gnu: mlterm: Remove redundant --prefix argument.

* gnu/packages/terminals.scm (mlterm)[arguments]: Remove "--prefix"
from #:configure-flags.
This commit is contained in:
Tobias Geerinckx-Rice 2022-05-15 02:00:00 +02:00
parent 1d40b466d0
commit 1f13cbb439
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -436,8 +436,7 @@ (define-public mlterm
(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))