gnu: mc: Remove obsolete substitution.

* gnu/packages/mc.scm (mc)[arguments]: Don't SUBSTITUTE* "/bin/cat".
It's been fixed upstream.
This commit is contained in:
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

View file

@ -61,8 +61,6 @@ (define-public mc
(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"