me
/
guix
Archived
1
0
Fork 0

gnu: mlterm: Remove redundant --prefix argument.

* gnu/packages/terminals.scm (mlterm)[arguments]: Remove "--prefix"
from #:configure-flags.
master
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
1 changed files with 1 additions and 2 deletions

View File

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