Merge pull request #153714 from romildo/fix.mc

mc: fix path of cat
main
Renaud 3 years ago committed by GitHub
commit 256efb1512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      pkgs/tools/misc/mc/default.nix

@ -58,6 +58,9 @@ 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
'';
preFixup = ''

Loading…
Cancel
Save