diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-15 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-22 02:00:00 +0200 |
commit | 1f13cbb4395f4369263829325ef1c2d2c823fb7a (patch) | |
tree | 76890ec4a6a2d954d0eaa819289277a44b87d3ac /gnu/packages/terminals.scm | |
parent | 1d40b466d0de987c81c9f582cf120698e105b80c (diff) | |
download | guix-1f13cbb4395f4369263829325ef1c2d2c823fb7a.tar.gz |
gnu: mlterm: Remove redundant --prefix argument.
* gnu/packages/terminals.scm (mlterm)[arguments]: Remove "--prefix" from #:configure-flags.
Diffstat (limited to 'gnu/packages/terminals.scm')
-rw-r--r-- | gnu/packages/terminals.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index 2d8047dbc5..83e0e46377 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -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)) |