summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-03-01 19:56:59 +0100
committerPeter Simons <simons@cryp.to>2017-03-01 19:57:40 +0100
commitfeffadefed82290a536c5436e81840f317a87e91 (patch)
tree2c173df35037a9c61f5c66d009ed811de38c4a64 /pkgs/development
parent3001b821c9b4908d7060b9e384ccae620107a25f (diff)
downloadnixlib-feffadefed82290a536c5436e81840f317a87e91.tar
nixlib-feffadefed82290a536c5436e81840f317a87e91.tar.gz
nixlib-feffadefed82290a536c5436e81840f317a87e91.tar.bz2
nixlib-feffadefed82290a536c5436e81840f317a87e91.tar.lz
nixlib-feffadefed82290a536c5436e81840f317a87e91.tar.xz
nixlib-feffadefed82290a536c5436e81840f317a87e91.tar.zst
nixlib-feffadefed82290a536c5436e81840f317a87e91.zip
haskell generic-builder: Revert "Pass through the ghcEnv."
This reverts commit a27bc8b3174fa1847b5ca9f85d921c3e472cbeb1. Please don't add
random stuff to the interface provided by the generic builder without
coordinating with others. There is a proper effort underway to provide that
information in https://github.com/NixOS/nixpkgs/pull/23023.
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/generic-builder.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/generic-builder.nix b/pkgs/development/haskell-modules/generic-builder.nix
index 7c3f64241934..42ea03693ecd 100644
--- a/pkgs/development/haskell-modules/generic-builder.nix
+++ b/pkgs/development/haskell-modules/generic-builder.nix
@@ -303,7 +303,7 @@ stdenv.mkDerivation ({
 
   passthru = passthru // {
 
-    inherit pname version ghcEnv;
+    inherit pname version;
 
     isHaskellLibrary = hasActiveLibrary;