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 @@ executing in M-mode.") | ||||||
|     (native-inputs (list python-wrapper)) |     (native-inputs (list python-wrapper)) | ||||||
|     (arguments |     (arguments | ||||||
|      `(#:tests? #f                      ; no check target |      `(#: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 |        #:modules (,@%gnu-build-system-modules | ||||||
|                   (ice-9 match)) |                   (ice-9 match)) | ||||||
|        #:phases |        #:phases | ||||||
|  |  | ||||||
		Reference in a new issue