From 0ee01e6c2e4283a2864449c55e4f52d940a97090 Mon Sep 17 00:00:00 2001 From: Will Fancher Date: Thu, 18 Oct 2018 18:32:53 -0400 Subject: haskellPackages.shellFor: Add nativeBuildInputs [Fixes #48435] --- pkgs/development/haskell-modules/generic-builder.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/haskell-modules') diff --git a/pkgs/development/haskell-modules/generic-builder.nix b/pkgs/development/haskell-modules/generic-builder.nix index 4c17581f9d51..8f230c92aaa1 100644 --- a/pkgs/development/haskell-modules/generic-builder.nix +++ b/pkgs/development/haskell-modules/generic-builder.nix @@ -194,7 +194,7 @@ let optionals doBenchmark (benchmarkDepends ++ benchmarkHaskellDepends ++ benchmarkSystemDepends ++ benchmarkFrameworkDepends); - allBuildInputs = propagatedBuildInputs ++ otherBuildInputs ++ depsBuildBuild; + allBuildInputs = propagatedBuildInputs ++ otherBuildInputs ++ depsBuildBuild ++ nativeBuildInputs; isHaskellPartition = stdenv.lib.partition isHaskellPkg allBuildInputs; -- cgit 1.4.1