We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68ebe66 + ce43435 commit 8205921Copy full SHA for 8205921
pkgs/tools/networking/jwhois/default.nix
@@ -38,6 +38,8 @@ stdenv.mkDerivation (finalAttrs: {
38
# TODO: this should probably be fixed at a lower level than this?
39
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.hostPlatform.isDarwin "-Wno-undef-prefix";
40
41
+ env.NIX_LDFLAGS = lib.optionalString stdenv.hostPlatform.isDarwin "-liconv";
42
+
43
meta = {
44
description = "Client for the WHOIS protocol allowing you to query the owner of a domain name";
45
homepage = "https://www.gnu.org/software/jwhois/";
0 commit comments