gnu: libetpan: Use 'modify-phases'.
* gnu/packages/mail.scm (libetpan)[arguments]: Use 'modify-phases'.
This commit is contained in:
		
							parent
							
								
									a9a023ad40
								
							
						
					
					
						commit
						602460ea2e
					
				
					 1 changed files with 6 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -608,12 +608,12 @@ useful features.")
 | 
			
		|||
       ("expat" ,expat)
 | 
			
		||||
       ("zlib" ,zlib)))
 | 
			
		||||
    (arguments
 | 
			
		||||
      '(#:phases (alist-cons-after
 | 
			
		||||
                  'unpack 'autogen
 | 
			
		||||
      '(#:phases
 | 
			
		||||
        (modify-phases %standard-phases
 | 
			
		||||
          (add-after 'unpack 'autogen
 | 
			
		||||
            (lambda _
 | 
			
		||||
              (setenv "NOCONFIGURE" "true")
 | 
			
		||||
                    (zero? (system* "sh" "autogen.sh")))
 | 
			
		||||
                  %standard-phases)
 | 
			
		||||
              (zero? (system* "sh" "autogen.sh")))))
 | 
			
		||||
        #:configure-flags
 | 
			
		||||
        '("--disable-static" "--disable-db")))
 | 
			
		||||
    (home-page "http://www.etpan.org/libetpan.html")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue