Unverified Commit 4da6bff3 authored by Anthony Roussel's avatar Anthony Roussel
Browse files

wget2: fix build for darwin

parent 17585610
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
  # libraries
, brotli
, bzip2
, darwin
, gpgme
, libhsts
, libidn2
@@ -65,7 +66,11 @@ stdenv.mkDerivation rec {
    xz
    zlib
    zstd
  ] ++ lib.optional sslSupport openssl;
  ] ++ lib.optionals sslSupport [
    openssl
  ] ++ lib.optionals stdenv.isDarwin [
    darwin.apple_sdk.frameworks.CoreServices
  ];

  # TODO: include translation files
  autoreconfPhase = ''