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.
parent
2fd00e1cd1
commit
589a165de1
|
@ -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))))
|
||||
|
|
Reference in New Issue