guix-commits
[Top][All Lists]
Advanced

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

04/13: gnu: sgabios: Don't build for a specific target.


From: guix-commits
Subject: 04/13: gnu: sgabios: 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 cc588fb854ec5fb3ed6ae3bbcdaa5adfd3ed85a2
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Feb 7 14:17:55 2023 +0200

    gnu: sgabios: Don't build for a specific target.
    
    * gnu/packages/firmware.scm (sgabios)[arguments]: Set target to #f since
    we're building 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 fa99306abc..23975c72e8 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -706,6 +706,7 @@ coreboot.")
                      "HOSTCC=gcc")
              #:parallel-build? #f
              #:tests? #f   ;no tests
+             #:target #f   ; Package produces firmware.
              #:phases
              #~(modify-phases %standard-phases
                  (add-after 'unpack 'build-reproducibly



reply via email to

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