mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: SeaBIOS: Build verbosely.
* gnu/packages/firmware.scm (seabios)[arguments]: Add "V=1" to #:make-flags.
This commit is contained in:
parent
287f997489
commit
f7793ce0e0
1 changed files with 2 additions and 1 deletions
|
@ -416,7 +416,8 @@ (define-public seabios
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue