gnu: guix: Use 'modify-phases'.
* gnu/packages/package-management.scm (guix-0.8.2)[arguments]: Use 'modify-phases' instead of 'alist-cons-before'.
This commit is contained in:
		
							parent
							
								
									0061079a19
								
							
						
					
					
						commit
						02c2cf43ce
					
				
					 1 changed files with 23 additions and 23 deletions
				
			
		| 
						 | 
				
			
			@ -75,7 +75,8 @@
 | 
			
		|||
                          (string-append "--with-libgcrypt-prefix="
 | 
			
		||||
                                         (assoc-ref %build-inputs
 | 
			
		||||
                                                    "libgcrypt")))
 | 
			
		||||
       #:phases (alist-cons-before
 | 
			
		||||
       #:phases (modify-phases %standard-phases
 | 
			
		||||
                  (add-before
 | 
			
		||||
                   'configure 'copy-bootstrap-guile
 | 
			
		||||
                   (lambda* (#:key system inputs #:allow-other-keys)
 | 
			
		||||
                     (define (boot-guile-version arch)
 | 
			
		||||
| 
						 | 
				
			
			@ -98,8 +99,7 @@
 | 
			
		|||
                     (copy "x86_64")
 | 
			
		||||
                     (copy "mips64el")
 | 
			
		||||
                     (copy "armhf")
 | 
			
		||||
                   #t)
 | 
			
		||||
                 %standard-phases)))
 | 
			
		||||
                     #t)))))
 | 
			
		||||
    (native-inputs `(("pkg-config" ,pkg-config)
 | 
			
		||||
                     ("emacs" ,emacs-no-x)))      ;for guix.el
 | 
			
		||||
    (inputs
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue