From a044ce9a9fd8948457f3285dea36e1306e8fd853 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 11 Sep 2018 10:29:41 +0200 Subject: ... --- users/gkleen@odin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/gkleen@odin.nix') diff --git a/users/gkleen@odin.nix b/users/gkleen@odin.nix index afd916c2..c16de84f 100644 --- a/users/gkleen@odin.nix +++ b/users/gkleen@odin.nix @@ -16,7 +16,7 @@ ListLike = pkgs.haskell.lib.overrideCabal superH.ListLike (oldAttrs: { nativeBuildInputs = oldAttrs.nativeBuildInputs or [] ++ (with selfH; [semigroups]); }); - buchhaltung = pkgs.haskell.lib.overrideCabal superH.buchhaltung (oldAttrs: { + buchhaltung = pkgs.haskell.lib.overrideCabal (superH.buchhaltung.override { inherit (selfH) ListLike; }) (oldAttrs: { buildDepends = oldAttrs.buildDepends or [] ++ [ pkgs.makeWrapper ]; postBuild = '' ${oldAttrs.postBuild or ""} -- cgit v1.2.3