summaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-09-11 10:14:47 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-09-11 10:14:47 +0200
commit2fd7f8aa0a08628b26efed3b6a3464545b1a6da3 (patch)
treec31e34070a02f3ff1562b3895ed1f8a354b7d926 /users
parent7279ff4a63ea4e7a2a95ca51e4c860f2cbd1d55b (diff)
downloadnixos-2fd7f8aa0a08628b26efed3b6a3464545b1a6da3.tar
nixos-2fd7f8aa0a08628b26efed3b6a3464545b1a6da3.tar.gz
nixos-2fd7f8aa0a08628b26efed3b6a3464545b1a6da3.tar.bz2
nixos-2fd7f8aa0a08628b26efed3b6a3464545b1a6da3.tar.xz
nixos-2fd7f8aa0a08628b26efed3b6a3464545b1a6da3.zip
...
Diffstat (limited to 'users')
-rw-r--r--users/gkleen@odin.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/users/gkleen@odin.nix b/users/gkleen@odin.nix
index 12ff5959..ac7d823c 100644
--- a/users/gkleen@odin.nix
+++ b/users/gkleen@odin.nix
@@ -11,7 +11,7 @@
11 }); 11 });
12 haskell = pkgs.haskell // { 12 haskell = pkgs.haskell // {
13 packages = pkgs.haskell.packages // { 13 packages = pkgs.haskell.packages // {
14 ghc822 = ghc822.extend (superH: selfH: { 14 ghc822 = pkgs.haskell.packages.ghc822.extend (superH: selfH: {
15 buchhaltung = pkgs.haskell.lib.overrideCabal superH.buchhaltung (oldAttrs: { 15 buchhaltung = pkgs.haskell.lib.overrideCabal superH.buchhaltung (oldAttrs: {
16 buildDepends = oldAttrs.buildDepends or [] ++ [ pkgs.makeWrapper ]; 16 buildDepends = oldAttrs.buildDepends or [] ++ [ pkgs.makeWrapper ];
17 postBuild = '' 17 postBuild = ''
@@ -20,7 +20,7 @@
20 --prefix PATH : ${pkgs.lib.makeBinPath (with pkgs; [ aqbanking dbacl ])} 20 --prefix PATH : ${pkgs.lib.makeBinPath (with pkgs; [ aqbanking dbacl ])}
21 ''; 21 '';
22 }); 22 });
23 }; 23 });
24 }; 24 };
25 }; 25 };
26 } // (import ../utils/nix/default.nix) pkgs (import <nixpkgs> {}); 26 } // (import ../utils/nix/default.nix) pkgs (import <nixpkgs> {});