about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-03-02 19:26:25 +0100
committerGitHub <noreply@github.com>2020-03-02 19:26:25 +0100
commitf27031f48f12e9bcf51a8a0879af3566a9a8f5b5 (patch)
treef23a02b1521d4849e8be2da817973a5a490fa909 /pkgs/applications/editors
parentbebcf42905e4cd8125603826ceecf80e8be01b43 (diff)
parent7566c09a0cccbf184846ee0d5e49973994d13b35 (diff)
downloadnixlib-f27031f48f12e9bcf51a8a0879af3566a9a8f5b5.tar
nixlib-f27031f48f12e9bcf51a8a0879af3566a9a8f5b5.tar.gz
nixlib-f27031f48f12e9bcf51a8a0879af3566a9a8f5b5.tar.bz2
nixlib-f27031f48f12e9bcf51a8a0879af3566a9a8f5b5.tar.lz
nixlib-f27031f48f12e9bcf51a8a0879af3566a9a8f5b5.tar.xz
nixlib-f27031f48f12e9bcf51a8a0879af3566a9a8f5b5.tar.zst
nixlib-f27031f48f12e9bcf51a8a0879af3566a9a8f5b5.zip
Merge pull request #81063 from NixOS/netpbm
netpbm: 10.82.01 → 10.89.1
Diffstat (limited to 'pkgs/applications/editors')
-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;