gnu: SeaBIOS: Build verbosely.

* gnu/packages/firmware.scm (seabios)[arguments]: Add "V=1" to #:make-flags.
This commit is contained in:
Marius Bakke 2022-12-17 01:09:16 +01:00
parent 287f997489
commit f7793ce0e0
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -416,7 +416,8 @@ executing in M-mode.")
(native-inputs (list python-wrapper))
(arguments
`(#:tests? #f ; no check target
#:make-flags '("EXTRAVERSION=-guix") ;upstream wants distros to set this
#:make-flags '("EXTRAVERSION=-guix" ;upstream wants distros to set this
"V=1") ;build verbosely
#:modules (,@%gnu-build-system-modules
(ice-9 match))
#:phases