nix: propagate boehmgc
This commit is contained in:
parent
63aff93c9b
commit
662ecd277a
@ -14,7 +14,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ perl pkgconfig ];
|
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
|
# Note: bzip2 is not passed as a build input, because the unpack phase
|
||||||
# would end up using the wrong bzip2 when cross-compiling.
|
# would end up using the wrong bzip2 when cross-compiling.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user