gnu: make-u-boot-sunxi64-package: Use gexps and fix build.
* gnu/packages/bootloaders.scm (make-u-boot-sunxi64-package) [native-inputs]: Turn into... [inputs]: ... this. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
		
							parent
							
								
									3f398ea952
								
							
						
					
					
						commit
						126e07a28e
					
				
					 1 changed files with 7 additions and 11 deletions
				
			
		|  | @ -1001,17 +1001,13 @@ removed so that it fits within common partitioning schemes."))) | ||||||
|       (arguments |       (arguments | ||||||
|        (substitute-keyword-arguments (package-arguments base) |        (substitute-keyword-arguments (package-arguments base) | ||||||
|          ((#:phases phases) |          ((#:phases phases) | ||||||
|           `(modify-phases ,phases |           #~(modify-phases #$phases | ||||||
|               (add-after 'unpack 'set-environment |               (add-after 'unpack 'set-environment | ||||||
|                 (lambda* (#:key native-inputs inputs #:allow-other-keys) |                 (lambda* (#:key native-inputs inputs #:allow-other-keys) | ||||||
|                  (let ((bl31 |                   (setenv "BL31" (search-input-file inputs "bl31.bin")))))))) | ||||||
|                         (string-append |       (inputs | ||||||
|                          (assoc-ref (or native-inputs inputs) "firmware") |        (modify-inputs (package-inputs base) | ||||||
|                          "/bl31.bin"))) |          (append arm-trusted-firmware-sun50i-a64)))))) | ||||||
|                    (setenv "BL31" bl31)))))))) |  | ||||||
|       (native-inputs |  | ||||||
|        `(("firmware" ,arm-trusted-firmware-sun50i-a64) |  | ||||||
|          ,@(package-native-inputs base)))))) |  | ||||||
| 
 | 
 | ||||||
| (define-public u-boot-pine64-plus | (define-public u-boot-pine64-plus | ||||||
|   (make-u-boot-sunxi64-package "pine64_plus" "aarch64-linux-gnu")) |   (make-u-boot-sunxi64-package "pine64_plus" "aarch64-linux-gnu")) | ||||||
|  |  | ||||||
		Reference in a new issue