summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text/unrtf
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/text/unrtf
parented2a9cf65fe2bf02bc3e7070ca4b124260d99585 (diff)
treewide: remove libiconv hacks
Diffstat (limited to 'pkgs/tools/text/unrtf')
-rw-r--r--pkgs/tools/text/unrtf/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/tools/text/unrtf/default.nix b/pkgs/tools/text/unrtf/default.nix
index c1b4aa1cf2c6..361b6782526b 100644
--- a/pkgs/tools/text/unrtf/default.nix
+++ b/pkgs/tools/text/unrtf/default.nix
@@ -19,8 +19,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoconf automake ];
- buildInputs = [ ] ++ stdenv.lib.optional stdenv.isDarwin libiconv;
- NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isDarwin "-liconv";
+ buildInputs = [ libiconv ];
preConfigure = "./bootstrap";