gnu: mc: Shrink closure.

* gnu/packages/mc.scm (mc)[arguments]: Add "--disable-configure-args"
to the #:configure-flags.
This commit is contained in:
Tobias Geerinckx-Rice 2023-08-13 02:00:00 +02:00
parent a5f76d482f
commit e4a876d45d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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