about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-01-10 20:26:08 +0100
committerPeter Simons <simons@cryp.to>2015-01-10 23:36:59 +0100
commit55003ca34b49fbe035a5eaebd91ff8bae29c8e06 (patch)
treed718ed7a8a45a1b96313d4308a4834fdbe83f7bd /pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix
parent0a80cf9e51e247507d431b78ada4511c434df374 (diff)
downloadnixlib-55003ca34b49fbe035a5eaebd91ff8bae29c8e06.tar
nixlib-55003ca34b49fbe035a5eaebd91ff8bae29c8e06.tar.gz
nixlib-55003ca34b49fbe035a5eaebd91ff8bae29c8e06.tar.bz2
nixlib-55003ca34b49fbe035a5eaebd91ff8bae29c8e06.tar.lz
nixlib-55003ca34b49fbe035a5eaebd91ff8bae29c8e06.tar.xz
nixlib-55003ca34b49fbe035a5eaebd91ff8bae29c8e06.tar.zst
nixlib-55003ca34b49fbe035a5eaebd91ff8bae29c8e06.zip
pkgs/development/haskell-modules/lib.nix: add funky helper function for overriding
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix
index 77190c3f8625..d238639a5160 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix
@@ -1,6 +1,6 @@
 { pkgs }:
 
-with import ./lib.nix;
+with import ./lib.nix { inherit pkgs; };
 
 self: super: {