gnu: mlterm: Remove redundant --prefix argument.
* gnu/packages/terminals.scm (mlterm)[arguments]: Remove "--prefix" from #:configure-flags.master
parent
1d40b466d0
commit
1f13cbb439
|
@ -436,8 +436,7 @@ combining, and so on, with a simple interface.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
(list (string-append "--prefix=" (assoc-ref %outputs "out"))
|
(list "--disable-static"
|
||||||
"--disable-static"
|
|
||||||
"--enable-optimize-redrawing"
|
"--enable-optimize-redrawing"
|
||||||
"--with-imagelib=gdk-pixbuf")))
|
"--with-imagelib=gdk-pixbuf")))
|
||||||
(native-inputs (list gettext-minimal pkg-config))
|
(native-inputs (list gettext-minimal pkg-config))
|
||||||
|
|
Reference in New Issue