diff options
Diffstat (limited to 'Biz/Bild')
-rw-r--r-- | Biz/Bild/Deps.nix | 4 | ||||
-rw-r--r-- | Biz/Bild/Deps/inspekt3d.nix | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/Biz/Bild/Deps.nix b/Biz/Bild/Deps.nix index 79f7ac3..c236a0c 100644 --- a/Biz/Bild/Deps.nix +++ b/Biz/Bild/Deps.nix @@ -1,4 +1,4 @@ -self: super: +_self: super: with import ./Constants.nix; let @@ -10,7 +10,7 @@ in rec { haskell = super.haskell // { packages = super.haskell.packages // { - "${ghcCompiler}" = super.haskell.packages."${ghcCompiler}".override (old: { + "${ghcCompiler}" = super.haskell.packages."${ghcCompiler}".override (_old: { overrides = with super.pkgs.haskell.lib; sel: sup: super.overridePinnedDeps (buildCabal sel) // { acid-state = dontCheck sup.acid-state; # mac: "too many open files" diff --git a/Biz/Bild/Deps/inspekt3d.nix b/Biz/Bild/Deps/inspekt3d.nix index 1093165..78393ee 100644 --- a/Biz/Bild/Deps/inspekt3d.nix +++ b/Biz/Bild/Deps/inspekt3d.nix @@ -1,6 +1,5 @@ { stdenv , lib -, fetchFromGitHub , autoreconfHook , pkgconfig , guile |