gnu: znc: Use INVOKE.
* gnu/packages/messaging.scm (znc)[arguments]: Substitute INVOKE for SYSTEM* and explictly return #t from ‘unpack-googletest’ phase.
This commit is contained in:
		
							parent
							
								
									0ef3c02385
								
							
						
					
					
						commit
						78581bef5c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -454,8 +454,8 @@ compromised.")
 | 
				
			||||||
       (modify-phases %standard-phases
 | 
					       (modify-phases %standard-phases
 | 
				
			||||||
         (add-after 'unpack 'unpack-googletest
 | 
					         (add-after 'unpack 'unpack-googletest
 | 
				
			||||||
           (lambda* (#:key inputs #:allow-other-keys)
 | 
					           (lambda* (#:key inputs #:allow-other-keys)
 | 
				
			||||||
             (zero? (system* "tar" "xf"
 | 
					             (invoke "tar" "xf" (assoc-ref inputs "googletest-source"))
 | 
				
			||||||
                             (assoc-ref inputs "googletest-source"))))))
 | 
					             #t)))
 | 
				
			||||||
       #:configure-flags '("--enable-python"
 | 
					       #:configure-flags '("--enable-python"
 | 
				
			||||||
                           "--enable-perl"
 | 
					                           "--enable-perl"
 | 
				
			||||||
                           "--enable-cyrus"
 | 
					                           "--enable-cyrus"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue