From 2fd7f8aa0a08628b26efed3b6a3464545b1a6da3 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 11 Sep 2018 10:14:47 +0200 Subject: ... --- users/gkleen@odin.nix | 4 ++-- 1 file 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 @@ }); haskell = pkgs.haskell // { packages = pkgs.haskell.packages // { - ghc822 = ghc822.extend (superH: selfH: { + ghc822 = pkgs.haskell.packages.ghc822.extend (superH: selfH: { buchhaltung = pkgs.haskell.lib.overrideCabal superH.buchhaltung (oldAttrs: { buildDepends = oldAttrs.buildDepends or [] ++ [ pkgs.makeWrapper ]; postBuild = '' @@ -20,7 +20,7 @@ --prefix PATH : ${pkgs.lib.makeBinPath (with pkgs; [ aqbanking dbacl ])} ''; }); - }; + }); }; }; } // (import ../utils/nix/default.nix) pkgs (import {}); -- cgit v1.2.3