summaryrefslogtreecommitdiff
path: root/users/gkleen@odin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/gkleen@odin.nix')
-rw-r--r--users/gkleen@odin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/gkleen@odin.nix b/users/gkleen@odin.nix
index 5ebd30dd..a52713cd 100644
--- a/users/gkleen@odin.nix
+++ b/users/gkleen@odin.nix
@@ -20,7 +20,7 @@
20 }; 20 };
21 }; 21 };
22 22
23 buchhaltung = pkgs.haskell.lib.overrideCabal haskell.packages.ghc822.buchhaltung (oldAttrs: { 23 buchhaltung = pkgs.haskell.lib.overrideCabal pkgs.haskell.packages.ghc822.buchhaltung (oldAttrs: {
24 buildDepends = (oldAttrs.buildDepends or []) ++ [ pkgs.makeWrapper ]; 24 buildDepends = (oldAttrs.buildDepends or []) ++ [ pkgs.makeWrapper ];
25 postBuild = '' 25 postBuild = ''
26 ${oldAttrs.postBuild or ""} 26 ${oldAttrs.postBuild or ""}