diff options
Diffstat (limited to 'users/gkleen@odin.nix')
-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 afd916c2..c16de84f 100644 --- a/users/gkleen@odin.nix +++ b/users/gkleen@odin.nix | |||
@@ -16,7 +16,7 @@ | |||
16 | ListLike = pkgs.haskell.lib.overrideCabal superH.ListLike (oldAttrs: { | 16 | ListLike = pkgs.haskell.lib.overrideCabal superH.ListLike (oldAttrs: { |
17 | nativeBuildInputs = oldAttrs.nativeBuildInputs or [] ++ (with selfH; [semigroups]); | 17 | nativeBuildInputs = oldAttrs.nativeBuildInputs or [] ++ (with selfH; [semigroups]); |
18 | }); | 18 | }); |
19 | buchhaltung = pkgs.haskell.lib.overrideCabal superH.buchhaltung (oldAttrs: { | 19 | buchhaltung = pkgs.haskell.lib.overrideCabal (superH.buchhaltung.override { inherit (selfH) ListLike; }) (oldAttrs: { |
20 | buildDepends = oldAttrs.buildDepends or [] ++ [ pkgs.makeWrapper ]; | 20 | buildDepends = oldAttrs.buildDepends or [] ++ [ pkgs.makeWrapper ]; |
21 | postBuild = '' | 21 | postBuild = '' |
22 | ${oldAttrs.postBuild or ""} | 22 | ${oldAttrs.postBuild or ""} |