nix: propagate boehmgc

This commit is contained in:
Shea Levy 2014-06-27 18:15:05 -04:00
parent 63aff93c9b
commit 662ecd277a

View File

@ -14,7 +14,9 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ perl pkgconfig ];
buildInputs = [ curl openssl boehmgc sqlite ];
buildInputs = [ curl openssl sqlite ];
propagatedBuildInputs = [ boehmgc ];
# Note: bzip2 is not passed as a build input, because the unpack phase
# would end up using the wrong bzip2 when cross-compiling.