diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-08-09 17:11:15 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-08-09 17:11:15 +0200 |
commit | a8f21c0b44b2aac61c16a17cff4fdd2ec65c380b (patch) | |
tree | a172860b4183afcc7598cd514c71f77c141c3884 /users | |
parent | de1214607997d3985f9104b32ea29f1d0ec79bf6 (diff) | |
download | nixos-a8f21c0b44b2aac61c16a17cff4fdd2ec65c380b.tar nixos-a8f21c0b44b2aac61c16a17cff4fdd2ec65c380b.tar.gz nixos-a8f21c0b44b2aac61c16a17cff4fdd2ec65c380b.tar.bz2 nixos-a8f21c0b44b2aac61c16a17cff4fdd2ec65c380b.tar.xz nixos-a8f21c0b44b2aac61c16a17cff4fdd2ec65c380b.zip |
...
Diffstat (limited to 'users')
-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 f3e88578..a75b5715 100644 --- a/users/gkleen@odin.nix +++ b/users/gkleen@odin.nix | |||
@@ -10,7 +10,7 @@ | |||
10 | }; | 10 | }; |
11 | }); | 11 | }); |
12 | buchhaltung = pkgs.haskell.lib.overrideCabal pkgs.haskell.packages."ghc822".buchhaltung (oldAttrs: { | 12 | buchhaltung = pkgs.haskell.lib.overrideCabal pkgs.haskell.packages."ghc822".buchhaltung (oldAttrs: { |
13 | buildInputs = oldAttrs.buildInputs or [] ++ [ pkgs.makeWrapper ]; | 13 | buildDepends = oldAttrs.buildDepends or [] ++ [ pkgs.makeWrapper ]; |
14 | postBuild = '' | 14 | postBuild = '' |
15 | ${oldAttrs.postBuild or ""} | 15 | ${oldAttrs.postBuild or ""} |
16 | wrapProgram $out/bin/buchhaltung \ | 16 | wrapProgram $out/bin/buchhaltung \ |