guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/13: gnu: mlterm: Remove redundant --prefix argument.


From: guix-commits
Subject: 05/13: gnu: mlterm: Remove redundant --prefix argument.
Date: Mon, 23 May 2022 19:12:29 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1f13cbb4395f4369263829325ef1c2d2c823fb7a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 15 02:00:00 2022 +0200

    gnu: mlterm: Remove redundant --prefix argument.
    
    * gnu/packages/terminals.scm (mlterm)[arguments]: Remove "--prefix"
    from #:configure-flags.
---
 gnu/packages/terminals.scm | 3 +--
 1 file changed, 1 insertion(+), 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]