mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
2fd00e1cd1
commit
589a165de1
1 changed files with 1 additions and 0 deletions
|
@ -334,6 +334,7 @@ automatic, safe and reliable. It is used by tools such as GNOME Software.")
|
||||||
`(#:make-flags (list (string-append "PREFIX="
|
`(#:make-flags (list (string-append "PREFIX="
|
||||||
(assoc-ref %outputs "out")
|
(assoc-ref %outputs "out")
|
||||||
"/lib/firmware/b43-open"))
|
"/lib/firmware/b43-open"))
|
||||||
|
#:target #f ; Package produces firmware.
|
||||||
#:tests? #f ;no tests
|
#:tests? #f ;no tests
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases (modify-phases %standard-phases
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue