gnu: qwt: Use INVOKE.
* gnu/packages/qt.scm (qwt)[arguments]: Use INVOKE.
This commit is contained in:
		
							parent
							
								
									5b8484635f
								
							
						
					
					
						commit
						41173df9f8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -2103,7 +2103,7 @@ securely.  It will not store any data unencrypted unless explicitly requested.")
 | 
				
			||||||
             (substitute* '("doc/doc.pro")
 | 
					             (substitute* '("doc/doc.pro")
 | 
				
			||||||
               ;; We'll install them in the 'install-man-pages' phase.
 | 
					               ;; We'll install them in the 'install-man-pages' phase.
 | 
				
			||||||
               (("^unix:doc\\.files.*") ""))
 | 
					               (("^unix:doc\\.files.*") ""))
 | 
				
			||||||
             (zero? (system* "qmake")))))
 | 
					             (invoke "qmake"))))
 | 
				
			||||||
       (add-after 'install 'install-man-pages
 | 
					       (add-after 'install 'install-man-pages
 | 
				
			||||||
         (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