me
/
guix
Archived
1
0
Fork 0

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.
master
Efraim Flashner 2023-02-07 14:17:55 +02:00
parent 03ce4e2c13
commit cc588fb854
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

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