summaryrefslogtreecommitdiff
path: root/users/gkleen@odin.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-09-11 10:20:46 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-09-11 10:20:46 +0200
commitf7a8a834988f6c13897e250e341114d3abab1ef4 (patch)
tree6924d1b01d2874d8d536485739e020ac5e9adfd1 /users/gkleen@odin.nix
parent3231a6e6f074dbac7b57a3761052b48d4445f0b1 (diff)
downloadnixos-f7a8a834988f6c13897e250e341114d3abab1ef4.tar
nixos-f7a8a834988f6c13897e250e341114d3abab1ef4.tar.gz
nixos-f7a8a834988f6c13897e250e341114d3abab1ef4.tar.bz2
nixos-f7a8a834988f6c13897e250e341114d3abab1ef4.tar.xz
nixos-f7a8a834988f6c13897e250e341114d3abab1ef4.zip
...
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 a75b5715..1ff0e7be 100644
--- a/users/gkleen@odin.nix
+++ b/users/gkleen@odin.nix
@@ -9,7 +9,7 @@
9 sha256 = "02a4py7zx9ib49kijpjckya1pb8xlb3gmp7s1dybsdjmwqbdyzx7"; 9 sha256 = "02a4py7zx9ib49kijpjckya1pb8xlb3gmp7s1dybsdjmwqbdyzx7";
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."ghc802".buchhaltung (oldAttrs: {
13 buildDepends = oldAttrs.buildDepends or [] ++ [ pkgs.makeWrapper ]; 13 buildDepends = oldAttrs.buildDepends or [] ++ [ pkgs.makeWrapper ];
14 postBuild = '' 14 postBuild = ''
15 ${oldAttrs.postBuild or ""} 15 ${oldAttrs.postBuild or ""}