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 6103801a..7906e110 100644
--- a/users/gkleen@odin.nix
+++ b/users/gkleen@odin.nix
@@ -14,7 +14,7 @@
14 packages = pkgs.haskell.packages // { 14 packages = pkgs.haskell.packages // {
15 ghc822 = pkgs.haskell.packages.ghc822.extend (selfH: superH: { 15 ghc822 = pkgs.haskell.packages.ghc822.extend (selfH: superH: {
16 ListLike = pkgs.haskell.lib.overrideCabal superH.ListLike (oldAttrs: { 16 ListLike = pkgs.haskell.lib.overrideCabal superH.ListLike (oldAttrs: {
17 nativeBuildInputs = oldAttrs.nativeBuildInputs or [] ++ with selfH; semigroups; 17 nativeBuildInputs = oldAttrs.nativeBuildInputs or [] ++ (with selfH; [semigroups]);
18 }); 18 });
19 buchhaltung = pkgs.haskell.lib.overrideCabal superH.buchhaltung (oldAttrs: { 19 buchhaltung = pkgs.haskell.lib.overrideCabal superH.buchhaltung (oldAttrs: {
20 buildDepends = oldAttrs.buildDepends or [] ++ [ pkgs.makeWrapper ]; 20 buildDepends = oldAttrs.buildDepends or [] ++ [ pkgs.makeWrapper ];