about summary refs log tree commit diff
path: root/pkgs/tools/networking/whois
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-03-14 14:17:05 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2018-03-22 16:50:11 -0500
commit929f469ede271ada14b47cb62fe086710f952771 (patch)
tree5b6485c5139660397bbb94d359fdf89d58e8b888 /pkgs/tools/networking/whois
parented2a9cf65fe2bf02bc3e7070ca4b124260d99585 (diff)
treewide: remove libiconv hacks
Diffstat (limited to 'pkgs/tools/networking/whois')
-rw-r--r--pkgs/tools/networking/whois/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/networking/whois/default.nix b/pkgs/tools/networking/whois/default.nix
index 48a3d1591fc97..4a40c32004077 100644
--- a/pkgs/tools/networking/whois/default.nix
+++ b/pkgs/tools/networking/whois/default.nix
@@ -18,8 +18,6 @@ stdenv.mkDerivation rec {
     for i in Makefile po/Makefile; do
       substituteInPlace $i --replace "prefix = /usr" "prefix = $out"
     done
-  '' + stdenv.lib.optionalString (stdenv.isDarwin || stdenv.hostPlatform.isMusl) ''
-    echo "whois_LDADD += -liconv" >> Makefile
   '';
 
   makeFlags = [ "HAVE_ICONV=1" ];