me
/
guix
Archived
1
0
Fork 0

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.
Efraim Flashner 2023-10-19 12:56:24 +03:00
parent 2fd00e1cd1
commit 589a165de1
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -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))))