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
parent
03ce4e2c13
commit
cc588fb854
|
@ -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
|
||||
|
|
Reference in New Issue