nix: propagate boehmgc
This commit is contained in:
parent
63aff93c9b
commit
662ecd277a
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue