mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
haskell generic-builder: Pass through the list of haskell build inputs.
Useful for building custom envs.
This commit is contained in:
parent
b0cff50983
commit
c153036525
|
@ -303,7 +303,7 @@ stdenv.mkDerivation ({
|
|||
|
||||
passthru = passthru // {
|
||||
|
||||
inherit pname version ghcEnv;
|
||||
inherit pname version ghcEnv haskellBuildInputs;
|
||||
|
||||
isHaskellLibrary = hasActiveLibrary;
|
||||
|
||||
|
|
Loading…
Reference in a new issue