forked from mirrors/nixpkgs
curl: add strictDeps = true
This commit is contained in:
parent
73dee3ad4e
commit
81d185ad5d
|
@ -63,6 +63,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
nativeBuildInputs = [ pkg-config perl ];
|
||||
|
||||
# Zlib and OpenSSL must be propagated because `libcurl.la' contains
|
||||
|
|
Loading…
Reference in a new issue