curl: add strictDeps = true

main
Guillaume Girol 3 years ago
parent 73dee3ad4e
commit 81d185ad5d
  1. 2
      pkgs/tools/networking/curl/default.nix

@ -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…
Cancel
Save