haskell generic-builder: Pass through the list of haskell build inputs.

Useful for building custom envs.
This commit is contained in:
Shea Levy 2017-03-01 13:00:57 -05:00
parent b0cff50983
commit c153036525

View file

@ -303,7 +303,7 @@ stdenv.mkDerivation ({
passthru = passthru // {
inherit pname version ghcEnv;
inherit pname version ghcEnv haskellBuildInputs;
isHaskellLibrary = hasActiveLibrary;