guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: cross: Add default configure-flags.


From: guix-commits
Subject: branch master updated: gnu: cross: Add default configure-flags.
Date: Tue, 20 Sep 2022 04:34:19 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5a9e3b7c39 gnu: cross: Add default configure-flags.
5a9e3b7c39 is described below

commit 5a9e3b7c3981f684f601e2d21e8202223b384de9
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Sep 20 11:26:12 2022 +0300

    gnu: cross: Add default configure-flags.
    
    Reported by Arun Isaac <arunisaac@systemreboot.net>.
    
    * gnu/packages/cross-base.scm (cross)[arguments]: Add a default for
    configure-flags so '--target=' is always added.
---
 gnu/packages/cross-base.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/cross-base.scm b/gnu/packages/cross-base.scm
index 9c98c923ff..0a368d3879 100644
--- a/gnu/packages/cross-base.scm
+++ b/gnu/packages/cross-base.scm
@@ -70,7 +70,7 @@
     (name (string-append (package-name p) "-cross-" target))
     (arguments
      (substitute-keyword-arguments (package-arguments p)
-       ((#:configure-flags flags)
+       ((#:configure-flags flags ''())
         `(cons ,(string-append "--target=" target)
                ,flags))))))
 



reply via email to

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