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.
This commit is contained in:
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

View file

@ -706,6 +706,7 @@ (define-public sgabios
"HOSTCC=gcc") "HOSTCC=gcc")
#:parallel-build? #f #:parallel-build? #f
#:tests? #f ;no tests #:tests? #f ;no tests
#:target #f ; Package produces firmware.
#:phases #:phases
#~(modify-phases %standard-phases #~(modify-phases %standard-phases
(add-after 'unpack 'build-reproducibly (add-after 'unpack 'build-reproducibly