me
/
guix
Archived
1
0
Fork 0

gnu: mc: Remove obsolete substitution.

* gnu/packages/mc.scm (mc)[arguments]: Don't SUBSTITUTE* "/bin/cat".
It's been fixed upstream.
master
Tobias Geerinckx-Rice 2023-08-06 02:00:00 +02:00
parent 6048467f06
commit bce8235ebe
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 0 additions and 2 deletions

View File

@ -61,8 +61,6 @@
(substitute* "misc/mcedit.menu.in"
(("#! /bin/sh") (string-append "#!" (which "sh")))
(("/bin/bash") (which "bash")))
(substitute* "misc/ext.d/misc.sh.in"
(("/bin/cat") "cat"))
(substitute* (list "lib/utilunix.c"
"src/usermenu.c"
"src/vfs/fish/fish.c"