gnu: u-boot-firefly-rk3399: Fix indentation.
* gnu/packages/bootloaders.scm (u-boot-firefly-rk3399): Fix indentation.
This commit is contained in:
		
							parent
							
								
									d1ef19e76e
								
							
						
					
					
						commit
						a18aaa26dc
					
				
					 1 changed files with 9 additions and 9 deletions
				
			
		| 
						 | 
				
			
			@ -974,15 +974,15 @@ to Novena upstream, does not load u-boot.img from the first partition."))))
 | 
			
		|||
    (package
 | 
			
		||||
      (inherit base)
 | 
			
		||||
      (arguments
 | 
			
		||||
        (substitute-keyword-arguments (package-arguments base)
 | 
			
		||||
          ((#:phases phases)
 | 
			
		||||
           `(modify-phases ,phases
 | 
			
		||||
              (add-after 'unpack 'set-environment
 | 
			
		||||
                (lambda* (#:key inputs #:allow-other-keys)
 | 
			
		||||
                  (setenv "BL31" (search-input-file inputs "/bl31.elf"))))
 | 
			
		||||
              ;; Phases do not succeed on the bl31 ELF.
 | 
			
		||||
              (delete 'strip)
 | 
			
		||||
              (delete 'validate-runpath)))))
 | 
			
		||||
       (substitute-keyword-arguments (package-arguments base)
 | 
			
		||||
         ((#:phases phases)
 | 
			
		||||
          `(modify-phases ,phases
 | 
			
		||||
             (add-after 'unpack 'set-environment
 | 
			
		||||
               (lambda* (#:key inputs #:allow-other-keys)
 | 
			
		||||
                 (setenv "BL31" (search-input-file inputs "/bl31.elf"))))
 | 
			
		||||
             ;; Phases do not succeed on the bl31 ELF.
 | 
			
		||||
             (delete 'strip)
 | 
			
		||||
             (delete 'validate-runpath)))))
 | 
			
		||||
      (native-inputs
 | 
			
		||||
       `(("firmware" ,arm-trusted-firmware-rk3399)
 | 
			
		||||
         ,@(package-native-inputs base))))))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue