Skip to content

Commit 6013828

Browse files
authored
curl: autoreconfHook on OpenBSD (#384009)
2 parents 0237f18 + cc8c1a5 commit 6013828

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/cu/curlMinimal/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ lib, stdenv, fetchurl, darwin, pkg-config, perl, nixosTests
1+
{ lib, stdenv, fetchurl, darwin, pkg-config, perl, nixosTests, autoreconfHook
22
, brotliSupport ? false, brotli
33
, c-aresSupport ? false, c-aresMinimal
44
, gnutlsSupport ? false, gnutls
@@ -83,7 +83,7 @@ stdenv.mkDerivation (finalAttrs: {
8383
NIX_LDFLAGS = "-liconv";
8484
};
8585

86-
nativeBuildInputs = [ pkg-config perl ];
86+
nativeBuildInputs = [ pkg-config perl ] ++ lib.optionals stdenv.hostPlatform.isOpenBSD [ autoreconfHook ];
8787

8888
# Zlib and OpenSSL must be propagated because `libcurl.la' contains
8989
# "-lz -lssl", which aren't necessary direct build inputs of

0 commit comments

Comments
 (0)