diff options
-rw-r--r-- | users/gkleen@odin.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/gkleen@odin.nix b/users/gkleen@odin.nix index 12ff5959..ac7d823c 100644 --- a/users/gkleen@odin.nix +++ b/users/gkleen@odin.nix | |||
@@ -11,7 +11,7 @@ | |||
11 | }); | 11 | }); |
12 | haskell = pkgs.haskell // { | 12 | haskell = pkgs.haskell // { |
13 | packages = pkgs.haskell.packages // { | 13 | packages = pkgs.haskell.packages // { |
14 | ghc822 = ghc822.extend (superH: selfH: { | 14 | ghc822 = pkgs.haskell.packages.ghc822.extend (superH: selfH: { |
15 | buchhaltung = pkgs.haskell.lib.overrideCabal superH.buchhaltung (oldAttrs: { | 15 | buchhaltung = pkgs.haskell.lib.overrideCabal superH.buchhaltung (oldAttrs: { |
16 | buildDepends = oldAttrs.buildDepends or [] ++ [ pkgs.makeWrapper ]; | 16 | buildDepends = oldAttrs.buildDepends or [] ++ [ pkgs.makeWrapper ]; |
17 | postBuild = '' | 17 | postBuild = '' |
@@ -20,7 +20,7 @@ | |||
20 | --prefix PATH : ${pkgs.lib.makeBinPath (with pkgs; [ aqbanking dbacl ])} | 20 | --prefix PATH : ${pkgs.lib.makeBinPath (with pkgs; [ aqbanking dbacl ])} |
21 | ''; | 21 | ''; |
22 | }); | 22 | }); |
23 | }; | 23 | }); |
24 | }; | 24 | }; |
25 | }; | 25 | }; |
26 | } // (import ../utils/nix/default.nix) pkgs (import <nixpkgs> {}); | 26 | } // (import ../utils/nix/default.nix) pkgs (import <nixpkgs> {}); |