aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/editors/texmacs/darwin.nix
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-02-26 00:41:09 +0100
committerJan Tojnar <jtojnar@gmail.com>2020-03-01 15:13:03 +0100
commit95558343993bcae045b955dfc96737ba733e1c69 (patch)
tree9899f5245b47ccb216cd7d2f83498e16bcc78b20 /pkgs/applications/editors/texmacs/darwin.nix
parent90180905a2557aefaf4f9ca5416968d829254861 (diff)
netpbm: split into multiple outputs
Diffstat (limited to 'pkgs/applications/editors/texmacs/darwin.nix')
-rw-r--r--pkgs/applications/editors/texmacs/darwin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/texmacs/darwin.nix b/pkgs/applications/editors/texmacs/darwin.nix
index 5d5843890e14..a5117f3a6786 100644
--- a/pkgs/applications/editors/texmacs/darwin.nix
+++ b/pkgs/applications/editors/texmacs/darwin.nix
@@ -49,7 +49,7 @@ stdenv.mkDerivation {
"${ghostscript}/bin:" +
(if aspell == null then "" else "${aspell}/bin:") +
(if tex == null then "" else "${tex}/bin:") +
- (if netpbm == null then "" else "${netpbm}/bin:") +
+ (if netpbm == null then "" else "${stdenv.lib.getBin netpbm}/bin:") +
(if imagemagick == null then "" else "${imagemagick}/bin:");
enableParallelBuilding = true;