gnu: mc: Shrink closure.
* gnu/packages/mc.scm (mc)[arguments]: Add "--disable-configure-args" to the #:configure-flags.
This commit is contained in:
parent
a5f76d482f
commit
e4a876d45d
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ (define-public mc
|
|||
#:configure-flags
|
||||
#~(list "--with-screen=ncurses"
|
||||
"--enable-aspell"
|
||||
"--disable-configure-args" ; don't keep superfluous references
|
||||
(string-append "PERL_FOR_BUILD=" ; to build .hlp files
|
||||
#$(this-package-native-input "perl") "/bin/perl")
|
||||
(string-append "PERL=" ; for run-time helpers, mainly VFS
|
||||
|
|
Loading…
Reference in a new issue