guix-commits
[Top][All Lists]
Advanced

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

03/13: gnu: seabios: Don't build for a specific target.


From: guix-commits
Subject: 03/13: gnu: seabios: Don't build for a specific target.
Date: Wed, 8 Feb 2023 02:28:35 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 03ce4e2c13f13c8cb59e30fae995d7d95919dded
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Feb 7 14:16:11 2023 +0200

    gnu: seabios: Don't build for a specific target.
    
    * gnu/packages/firmware.scm (seabios)[arguments]: Set target to #f since
    we're producing a firmware file.
---
 gnu/packages/firmware.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index 080aaed55b..fa99306abc 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -534,6 +534,7 @@ executing in M-mode.")
     (arguments
      (list
       #:tests? #f                       ;no tests
+      #:target #f                       ; Package produces firmware.
       #:make-flags
       ;; If EXTRAVERSION is not set the build system will embed the current
       ;; date in binaries.  Use this opportunity to personalize as recommended



reply via email to

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