From a8f21c0b44b2aac61c16a17cff4fdd2ec65c380b Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 9 Aug 2018 17:11:15 +0200 Subject: ... --- users/gkleen@odin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/gkleen@odin.nix b/users/gkleen@odin.nix index f3e88578..a75b5715 100644 --- a/users/gkleen@odin.nix +++ b/users/gkleen@odin.nix @@ -10,7 +10,7 @@ }; }); buchhaltung = pkgs.haskell.lib.overrideCabal pkgs.haskell.packages."ghc822".buchhaltung (oldAttrs: { - buildInputs = oldAttrs.buildInputs or [] ++ [ pkgs.makeWrapper ]; + buildDepends = oldAttrs.buildDepends or [] ++ [ pkgs.makeWrapper ]; postBuild = '' ${oldAttrs.postBuild or ""} wrapProgram $out/bin/buchhaltung \ -- cgit v1.2.3