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
|
||||
`(#:tests? #f ; no tests
|
||||
#:configure-flags
|
||||
(list (string-append "--prefix=" (assoc-ref %outputs "out"))
|
||||
"--disable-static"
|
||||
(list "--disable-static"
|
||||
"--enable-optimize-redrawing"
|
||||
"--with-imagelib=gdk-pixbuf")))
|
||||
(native-inputs (list gettext-minimal pkg-config))
|
||||
|
|
Reference in New Issue