gnu: corkscrew: Return #t from all phases.
* gnu/packages/ssl.scm (corkscrew)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
		
							parent
							
								
									e7c37ed590
								
							
						
					
					
						commit
						7c1a64aa5c
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -345,9 +345,9 @@ libssh library.")
 | 
				
			||||||
                             ,(string-append "--build=" build)
 | 
					                             ,(string-append "--build=" build)
 | 
				
			||||||
                             ,(string-append "--host=" (or target build)))))
 | 
					                             ,(string-append "--host=" (or target build)))))
 | 
				
			||||||
               (setenv "CONFIG_SHELL" bash)
 | 
					               (setenv "CONFIG_SHELL" bash)
 | 
				
			||||||
               (zero? (apply system* bash
 | 
					               (apply invoke bash
 | 
				
			||||||
                      (string-append "." "/configure")
 | 
					                      (string-append "." "/configure")
 | 
				
			||||||
                             flags)))))
 | 
					                      flags))))
 | 
				
			||||||
         (add-after 'install 'install-documentation
 | 
					         (add-after 'install 'install-documentation
 | 
				
			||||||
           (lambda* (#:key outputs #:allow-other-keys)
 | 
					           (lambda* (#:key outputs #:allow-other-keys)
 | 
				
			||||||
             (let* ((out (assoc-ref outputs "out"))
 | 
					             (let* ((out (assoc-ref outputs "out"))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue