gnu: dmidecode: Use G-expressions.
* gnu/packages/admin.scm (dmidecode)[arguments]: Rewrite as G-expressions.
This commit is contained in:
		
							parent
							
								
									e36fa380c4
								
							
						
					
					
						commit
						06d2e72262
					
				
					 1 changed files with 7 additions and 8 deletions
				
			
		|  | @ -2288,13 +2288,12 @@ network, which causes enabled computers to power on.") | |||
|         (base32 "04i2ahvqinkrnzfsbswplv9wff36xf9b3snvriwrjz26v18sijs3")))) | ||||
|     (build-system gnu-build-system) | ||||
|     (arguments | ||||
|      `(#:tests? #f                                ; no 'check' target | ||||
|      (list #:tests? #f                  ; no 'check' target | ||||
|            #:make-flags | ||||
|        (list (string-append "CC=" ,(cc-for-target)) | ||||
|              (string-append "prefix=" | ||||
|                             (assoc-ref %outputs "out"))) | ||||
|            #~(list (string-append "CC=" #$(cc-for-target)) | ||||
|                    (string-append "prefix=" #$output)) | ||||
|            #:phases | ||||
|        (modify-phases %standard-phases | ||||
|            #~(modify-phases %standard-phases | ||||
|                (delete 'configure))))                   ; no configure script | ||||
|     (home-page "https://www.nongnu.org/dmidecode/") | ||||
|     (synopsis "Read hardware information from the BIOS") | ||||
|  |  | |||
		Reference in a new issue