mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
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:
parent
6048467f06
commit
bce8235ebe
1 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue