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.
This commit is contained in:
parent
3001b821c9
commit
feffadefed
@ -303,7 +303,7 @@ stdenv.mkDerivation ({
|
|||||||
|
|
||||||
passthru = passthru // {
|
passthru = passthru // {
|
||||||
|
|
||||||
inherit pname version ghcEnv;
|
inherit pname version;
|
||||||
|
|
||||||
isHaskellLibrary = hasActiveLibrary;
|
isHaskellLibrary = hasActiveLibrary;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user