about summary refs log tree commit diff
path: root/pkgs/applications/misc/translate-shell
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-23 04:36:40 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-23 04:53:24 +0300
commit07491d68c3f08a6867c4f16a4b3d8960b41a7821 (patch)
treede58a03eeefed35857ab23224834f75681876741 /pkgs/applications/misc/translate-shell
parent8a06db38df861e826335e2d0b319279dcdd8f7a5 (diff)
downloadnixlib-07491d68c3f08a6867c4f16a4b3d8960b41a7821.tar
nixlib-07491d68c3f08a6867c4f16a4b3d8960b41a7821.tar.gz
nixlib-07491d68c3f08a6867c4f16a4b3d8960b41a7821.tar.bz2
nixlib-07491d68c3f08a6867c4f16a4b3d8960b41a7821.tar.lz
nixlib-07491d68c3f08a6867c4f16a4b3d8960b41a7821.tar.xz
nixlib-07491d68c3f08a6867c4f16a4b3d8960b41a7821.tar.zst
nixlib-07491d68c3f08a6867c4f16a4b3d8960b41a7821.zip
treewide: Fix output references to ncurses
Diffstat (limited to 'pkgs/applications/misc/translate-shell')
-rw-r--r--pkgs/applications/misc/translate-shell/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/translate-shell/default.nix b/pkgs/applications/misc/translate-shell/default.nix
index 6e58aa14cae7..853cc5171053 100644
--- a/pkgs/applications/misc/translate-shell/default.nix
+++ b/pkgs/applications/misc/translate-shell/default.nix
@@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
     substituteInPlace $out/share/test/TestCommons.awk --replace "\"gawk\"" "\"${gawk}/bin/gawk\""
     substituteInPlace $out/share/test/TestCommons.awk --replace "Commons.awk" "$out/share/include/Commons.awk"
 
-    substituteInPlace $out/share/include/Main.awk --replace "\"tput\"" "\"${ncurses}/bin/tput\""
+    substituteInPlace $out/share/include/Main.awk --replace "\"tput\"" "\"${ncurses.out}/bin/tput\""
     substituteInPlace $out/share/include/Help.awk --replace "\"groff\"" "\"${groff}/bin/groff\""
     substituteInPlace $out/share/include/Utils.awk --replace "\"fribidi\"" "\"${fribidi}/bin/fribidi\""
     substituteInPlace $out/share/include/Utils.awk --replace "\"fribidi " "\"${fribidi}/bin/fribidi "