gnu: newsboat: Return #t from phases.
* gnu/packages/syndication.scm (newsboat)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
		
							parent
							
								
									6c91c0f346
								
							
						
					
					
						commit
						8cd1462216
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -60,7 +60,7 @@
 | 
			
		|||
         (delete 'configure)            ; no configure script
 | 
			
		||||
         (add-after 'build 'build-documentation
 | 
			
		||||
           (lambda _
 | 
			
		||||
             (zero? (system* "make" "doc")))))
 | 
			
		||||
             (invoke "make" "doc"))))
 | 
			
		||||
       #:make-flags
 | 
			
		||||
       (list (string-append "prefix=" (assoc-ref %outputs "out")))
 | 
			
		||||
       #:test-target "test"))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue