curl: autoreconfHook on OpenBSD (#384009)

authored by John Ericson and committed by GitHub 60138282 0237f184

+2 -2
+2 -2
pkgs/by-name/cu/curlMinimal/package.nix
··· 1 - { lib, stdenv, fetchurl, darwin, pkg-config, perl, nixosTests 1 + { lib, stdenv, fetchurl, darwin, pkg-config, perl, nixosTests, autoreconfHook 2 2 , brotliSupport ? false, brotli 3 3 , c-aresSupport ? false, c-aresMinimal 4 4 , gnutlsSupport ? false, gnutls ··· 83 83 NIX_LDFLAGS = "-liconv"; 84 84 }; 85 85 86 - nativeBuildInputs = [ pkg-config perl ]; 86 + nativeBuildInputs = [ pkg-config perl ] ++ lib.optionals stdenv.hostPlatform.isOpenBSD [ autoreconfHook ]; 87 87 88 88 # Zlib and OpenSSL must be propagated because `libcurl.la' contains 89 89 # "-lz -lssl", which aren't necessary direct build inputs of