aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/firmware.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-02-07 14:16:11 +0200
committerEfraim Flashner <efraim@flashner.co.il>2023-02-08 09:26:19 +0200
commit03ce4e2c13f13c8cb59e30fae995d7d95919dded (patch)
tree8e95ab01daa3aee53a330f17775c677ba0f73fc6 /gnu/packages/firmware.scm
parentb84a6cd08c7b41653601de0e9d8359e7db76c24c (diff)
downloadguix-03ce4e2c13f13c8cb59e30fae995d7d95919dded.tar
guix-03ce4e2c13f13c8cb59e30fae995d7d95919dded.tar.gz
gnu: seabios: Don't build for a specific target.
* gnu/packages/firmware.scm (seabios)[arguments]: Set target to #f since we're producing a firmware file.
Diffstat (limited to 'gnu/packages/firmware.scm')
-rw-r--r--gnu/packages/firmware.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index 080aaed55b..fa99306abc 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -534,6 +534,7 @@ executing in M-mode.")
(arguments
(list
#:tests? #f ;no tests
+ #:target #f ; Package produces firmware.
#:make-flags
;; If EXTRAVERSION is not set the build system will embed the current
;; date in binaries. Use this opportunity to personalize as recommended