summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-08-09 17:17:59 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-08-09 17:17:59 +0200
commit9cfb757aeffd98203fc10dee73488d8dca73e0f1 (patch)
tree5f83a025339ef1f219e281ceabd9d838fbc8ae9a
parent12931f75e33c8889e11a7007976ad0650373d9f3 (diff)
downloadnixos-9cfb757aeffd98203fc10dee73488d8dca73e0f1.tar
nixos-9cfb757aeffd98203fc10dee73488d8dca73e0f1.tar.gz
nixos-9cfb757aeffd98203fc10dee73488d8dca73e0f1.tar.bz2
nixos-9cfb757aeffd98203fc10dee73488d8dca73e0f1.tar.xz
nixos-9cfb757aeffd98203fc10dee73488d8dca73e0f1.zip
...
-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 1ff0e7be..2a57b392 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."ghc802".buchhaltung (oldAttrs: { 12 buchhaltung = pkgs.haskell.lib.overrideCabal pkgs.haskell.packages."ghc821".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 ""}