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.
This commit is contained in:
		
							parent
							
								
									b84a6cd08c
								
							
						
					
					
						commit
						03ce4e2c13
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -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 | ||||
|  |  | |||
		Reference in a new issue