mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: mlterm: Remove redundant --prefix argument.
* gnu/packages/terminals.scm (mlterm)[arguments]: Remove "--prefix" from #:configure-flags.
This commit is contained in:
parent
1d40b466d0
commit
1f13cbb439
1 changed files with 1 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue