Skip to content

Commit

Permalink
haskell generic-builder: Pass through the list of haskell build inputs.
Browse files Browse the repository at this point in the history
Useful for building custom envs.

(cherry picked from commit c153036)
  • Loading branch information
shlevy committed Mar 1, 2017
1 parent e0d2c4c commit ab98b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/haskell-modules/generic-builder.nix
Expand Up @@ -290,7 +290,7 @@ stdenv.mkDerivation ({

passthru = passthru // {

inherit pname version ghcEnv;
inherit pname version ghcEnv haskellBuildInputs;

isHaskellLibrary = hasActiveLibrary;

Expand Down

0 comments on commit ab98b60

Please sign in to comment.