Skip to content

Commit 8205921

Browse files
authored
jwhois: unbreak darwin (#354573)
2 parents 68ebe66 + ce43435 commit 8205921

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/tools/networking/jwhois/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ stdenv.mkDerivation (finalAttrs: {
3838
# TODO: this should probably be fixed at a lower level than this?
3939
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.hostPlatform.isDarwin "-Wno-undef-prefix";
4040

41+
env.NIX_LDFLAGS = lib.optionalString stdenv.hostPlatform.isDarwin "-liconv";
42+
4143
meta = {
4244
description = "Client for the WHOIS protocol allowing you to query the owner of a domain name";
4345
homepage = "https://www.gnu.org/software/jwhois/";

0 commit comments

Comments
 (0)