1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 05:30:38 +02:00

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

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