[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: openfwwf-firmware: Don't build for a specific target.
From: |
guix-commits |
Subject: |
02/02: gnu: openfwwf-firmware: Don't build for a specific target. |
Date: |
Thu, 19 Oct 2023 06:10:26 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 589a165de1895875a9849c2ededa69726a185a8c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Oct 19 12:56:24 2023 +0300
gnu: openfwwf-firmware: Don't build for a specific target.
* gnu/packages/firmware.scm (openfwwf-firmware)[arguments]: Set target
to #f since we're building firmware files.
---
gnu/packages/firmware.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index a216553d46..d82636444a 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -334,6 +334,7 @@ automatic, safe and reliable. It is used by tools such as
GNOME Software.")
`(#:make-flags (list (string-append "PREFIX="
(assoc-ref %outputs "out")
"/lib/firmware/b43-open"))
+ #:target #f ; Package produces firmware.
#:tests? #f ;no tests
#:phases (modify-phases %standard-phases
(delete 'configure))))