summary refs log tree commit diff
path: root/pkgs/applications/file-managers/mc
diff options
context:
space:
mode:
authorIzorkin <izorkin@elven.pw>2023-02-05 11:45:10 +0300
committerIzorkin <izorkin@elven.pw>2023-02-05 11:49:43 +0300
commit0556ca0f88a30006a3833c3c675db4677c978d5b (patch)
tree86c05e68ed0101127d42d2fc13c78222760b03ab /pkgs/applications/file-managers/mc
parent7e0126da2cb15258fa2ba0f6056948a30ead56dc (diff)
mc: update postPatch phase
Diffstat (limited to 'pkgs/applications/file-managers/mc')
-rw-r--r--pkgs/applications/file-managers/mc/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/applications/file-managers/mc/default.nix b/pkgs/applications/file-managers/mc/default.nix
index a03a1addb4374..d45e6a699aeba 100644
--- a/pkgs/applications/file-managers/mc/default.nix
+++ b/pkgs/applications/file-managers/mc/default.nix
@@ -66,9 +66,6 @@ stdenv.mkDerivation rec {
   postPatch = ''
     substituteInPlace src/filemanager/ext.c \
       --replace /bin/rm ${coreutils}/bin/rm
-
-    substituteInPlace misc/ext.d/misc.sh.in \
-      --replace /bin/cat ${coreutils}/bin/cat
   '';
 
   postFixup = lib.optionalString ((!stdenv.isDarwin) && x11Support) ''