mc: update postPatch phase

This commit is contained in:
Izorkin 2023-02-05 11:45:10 +03:00
parent 7e0126da2c
commit 0556ca0f88
No known key found for this signature in database
GPG key ID: 1436C1B3F3679F09

View file

@ -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) ''