about summary refs log tree commit diff
path: root/pkgs/applications/misc/far2l
diff options
context:
space:
mode:
authorVolth <volth@webmaster.ms>2017-05-04 22:34:11 +0000
committerVolth <volth@webmaster.ms>2017-05-04 22:34:11 +0000
commitc780d1a157ac885d07d1cc27c3de69a051328630 (patch)
treec5753b38a57722601eb507d0958f352f9e4d4b34 /pkgs/applications/misc/far2l
parent42e179667e4f00d696bcb400e211d59178cc2e4d (diff)
downloadnixlib-c780d1a157ac885d07d1cc27c3de69a051328630.tar
nixlib-c780d1a157ac885d07d1cc27c3de69a051328630.tar.gz
nixlib-c780d1a157ac885d07d1cc27c3de69a051328630.tar.bz2
nixlib-c780d1a157ac885d07d1cc27c3de69a051328630.tar.lz
nixlib-c780d1a157ac885d07d1cc27c3de69a051328630.tar.xz
nixlib-c780d1a157ac885d07d1cc27c3de69a051328630.tar.zst
nixlib-c780d1a157ac885d07d1cc27c3de69a051328630.zip
far2l: no need to fix xterm's path, it is used only when xterm is on $PATH
Diffstat (limited to 'pkgs/applications/misc/far2l')
-rw-r--r--pkgs/applications/misc/far2l/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/applications/misc/far2l/default.nix b/pkgs/applications/misc/far2l/default.nix
index 0e6d6f49b955..105f3448600a 100644
--- a/pkgs/applications/misc/far2l/default.nix
+++ b/pkgs/applications/misc/far2l/default.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchFromGitHub, makeWrapper, cmake, pkgconfig, wxGTK30, glib, pcre, m4, bash,
-  xdg_utils, xterm, gvfs, zip, unzip, gzip, bzip2, gnutar, p7zip, xz, imagemagick }:
+  xdg_utils, gvfs, zip, unzip, gzip, bzip2, gnutar, p7zip, xz, imagemagick }:
 
 stdenv.mkDerivation rec {
   rev = "94b09a84db803a2e7071094e7fa776948c6a64f2";
@@ -23,8 +23,7 @@ stdenv.mkDerivation rec {
     substituteInPlace far2l/bootstrap/open.sh              \
       --replace 'gvfs-trash'  '${gvfs}/bin/gvfs-trash'
     substituteInPlace far2l/bootstrap/open.sh              \
-      --replace 'xdg-open'    '${xdg_utils}/bin/xdg-open'  \
-      --replace 'xterm'       '${xterm}/bin/xterm'
+      --replace 'xdg-open'    '${xdg_utils}/bin/xdg-open'
     substituteInPlace far2l/vtcompletor.cpp                \
       --replace '"/bin/bash"' '"${bash}/bin/bash"'
     substituteInPlace multiarc/src/formats/zip/zip.cpp     \