diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-08-09 17:07:29 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-08-09 17:07:29 +0200 |
commit | de1214607997d3985f9104b32ea29f1d0ec79bf6 (patch) | |
tree | 594d714d974420bbe3eeb1fe6162e7de5ccd6e54 /users | |
parent | 7c019e133f0c3a5f9d26a94c77d240d6151d064d (diff) | |
download | nixos-de1214607997d3985f9104b32ea29f1d0ec79bf6.tar nixos-de1214607997d3985f9104b32ea29f1d0ec79bf6.tar.gz nixos-de1214607997d3985f9104b32ea29f1d0ec79bf6.tar.bz2 nixos-de1214607997d3985f9104b32ea29f1d0ec79bf6.tar.xz nixos-de1214607997d3985f9104b32ea29f1d0ec79bf6.zip |
...
Diffstat (limited to 'users')
-rw-r--r-- | users/gkleen@odin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/gkleen@odin.nix b/users/gkleen@odin.nix index 5353551a..f3e88578 100644 --- a/users/gkleen@odin.nix +++ b/users/gkleen@odin.nix | |||
@@ -9,7 +9,7 @@ | |||
9 | sha256 = "02a4py7zx9ib49kijpjckya1pb8xlb3gmp7s1dybsdjmwqbdyzx7"; | 9 | sha256 = "02a4py7zx9ib49kijpjckya1pb8xlb3gmp7s1dybsdjmwqbdyzx7"; |
10 | }; | 10 | }; |
11 | }); | 11 | }); |
12 | buchhaltung = pkgs.haskell.lib.overrideCabal pkgs.haskell."ghc822".packages.buchhaltung (oldAttrs: { | 12 | buchhaltung = pkgs.haskell.lib.overrideCabal pkgs.haskell.packages."ghc822".buchhaltung (oldAttrs: { |
13 | buildInputs = oldAttrs.buildInputs or [] ++ [ pkgs.makeWrapper ]; | 13 | buildInputs = oldAttrs.buildInputs or [] ++ [ pkgs.makeWrapper ]; |
14 | postBuild = '' | 14 | postBuild = '' |
15 | ${oldAttrs.postBuild or ""} | 15 | ${oldAttrs.postBuild or ""} |