1
0
Fork 1
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:
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;