curl-impersonate: fix on darwin

This commit is contained in:
John Chadwick
2026-02-06 01:08:23 -05:00
parent 565e4d68bd
commit a2ce28aa7f
@@ -1,6 +1,7 @@
{
lib,
stdenv,
darwin,
fetchFromGitHub,
callPackage,
buildGoModule,
@@ -74,6 +75,9 @@ stdenv.mkDerivation rec {
zlib
zstd
sqlite
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
darwin.ICU
];
configureFlags = [