gnu: libuv: Drop redundant 'autogen' phase.
* gnu/packages/libevent.scm (libuv)[arguments]: Remove #:phases.
This commit is contained in:
		
							parent
							
								
									56cd03d686
								
							
						
					
					
						commit
						d64edd2c81
					
				
					 1 changed files with 1 additions and 8 deletions
				
			
		| 
						 | 
					@ -131,14 +131,7 @@ limited support for fork events.")
 | 
				
			||||||
                "1009m5paidnl4y8x0fzmsfcq7i5234jy50hsfqhspkqg59zs6zpb"))))
 | 
					                "1009m5paidnl4y8x0fzmsfcq7i5234jy50hsfqhspkqg59zs6zpb"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     '(#:phases (modify-phases %standard-phases
 | 
					     '(;; XXX: Some tests want /dev/tty, attempt to make connections, etc.
 | 
				
			||||||
                  (add-after 'unpack 'autogen
 | 
					 | 
				
			||||||
                    (lambda _
 | 
					 | 
				
			||||||
                      ;; Fashionable people don't run 'make dist' these days, so
 | 
					 | 
				
			||||||
                      ;; we need to do that ourselves.
 | 
					 | 
				
			||||||
                      (invoke "sh" "autogen.sh"))))
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
       ;; XXX: Some tests want /dev/tty, attempt to make connections, etc.
 | 
					 | 
				
			||||||
       #:tests? #f))
 | 
					       #:tests? #f))
 | 
				
			||||||
    (native-inputs `(("autoconf" ,autoconf-wrapper)
 | 
					    (native-inputs `(("autoconf" ,autoconf-wrapper)
 | 
				
			||||||
                     ("automake" ,automake)
 | 
					                     ("automake" ,automake)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue