mc: fix path of cat
This commit is contained in:
parent
77fda7f672
commit
7d23c7437b
1 changed files with 3 additions and 0 deletions
|
@ -58,6 +58,9 @@ stdenv.mkDerivation rec {
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace src/filemanager/ext.c \
|
substituteInPlace src/filemanager/ext.c \
|
||||||
--replace /bin/rm ${coreutils}/bin/rm
|
--replace /bin/rm ${coreutils}/bin/rm
|
||||||
|
|
||||||
|
substituteInPlace misc/ext.d/misc.sh.in \
|
||||||
|
--replace /bin/cat ${coreutils}/bin/cat
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
|
|
Loading…
Reference in a new issue