gnu: openfwwf-firmware: Don't build for a specific target.
* gnu/packages/firmware.scm (openfwwf-firmware)[arguments]: Set target to #f since we're building firmware files.
This commit is contained in:
		
							parent
							
								
									2fd00e1cd1
								
							
						
					
					
						commit
						589a165de1
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -334,6 +334,7 @@ automatic, safe and reliable.  It is used by tools such as GNOME Software.") | |||
|      `(#:make-flags (list (string-append "PREFIX=" | ||||
|                                          (assoc-ref %outputs "out") | ||||
|                                          "/lib/firmware/b43-open")) | ||||
|        #:target #f                      ; Package produces firmware. | ||||
|        #:tests? #f                      ;no tests | ||||
|        #:phases (modify-phases %standard-phases | ||||
|                   (delete 'configure)))) | ||||
|  |  | |||
		Reference in a new issue