mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
haskell generic-builder: Revert "Pass through the list of haskell build inputs."
This reverts commit c153036525
. 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
c393512809
commit
3001b821c9
|
@ -303,7 +303,7 @@ stdenv.mkDerivation ({
|
||||||
|
|
||||||
passthru = passthru // {
|
passthru = passthru // {
|
||||||
|
|
||||||
inherit pname version ghcEnv haskellBuildInputs;
|
inherit pname version ghcEnv;
|
||||||
|
|
||||||
isHaskellLibrary = hasActiveLibrary;
|
isHaskellLibrary = hasActiveLibrary;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue