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 New Issue
Block a user