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 @@
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
#~(list "--with-screen=ncurses"
|
#~(list "--with-screen=ncurses"
|
||||||
"--enable-aspell"
|
"--enable-aspell"
|
||||||
|
"--disable-configure-args" ; don't keep superfluous references
|
||||||
(string-append "PERL_FOR_BUILD=" ; to build .hlp files
|
(string-append "PERL_FOR_BUILD=" ; to build .hlp files
|
||||||
#$(this-package-native-input "perl") "/bin/perl")
|
#$(this-package-native-input "perl") "/bin/perl")
|
||||||
(string-append "PERL=" ; for run-time helpers, mainly VFS
|
(string-append "PERL=" ; for run-time helpers, mainly VFS
|
||||||
|
|
Reference in a new issue