gnu: portaudio: Return #t from phases.
* gnu/packages/audio.scm (portaudio)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
		
							parent
							
								
									c23d50a82b
								
							
						
					
					
						commit
						d195e4eb74
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -2723,7 +2723,7 @@ portions of LAME.")
 | 
				
			||||||
       (modify-phases %standard-phases
 | 
					       (modify-phases %standard-phases
 | 
				
			||||||
         (add-after 'unpack 'autoreconf
 | 
					         (add-after 'unpack 'autoreconf
 | 
				
			||||||
           (lambda _
 | 
					           (lambda _
 | 
				
			||||||
             (zero? (system* "autoreconf" "-vif")))))
 | 
					             (invoke "autoreconf" "-vif"))))
 | 
				
			||||||
       #:tests? #f))                    ;no 'check' target
 | 
					       #:tests? #f))                    ;no 'check' target
 | 
				
			||||||
    (home-page "http://www.portaudio.com/")
 | 
					    (home-page "http://www.portaudio.com/")
 | 
				
			||||||
    (synopsis "Audio I/O library")
 | 
					    (synopsis "Audio I/O library")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue