gnu: emacs-pdf-tools: Return #t from phases.
As I read it, EMACS-SUBSTITUTE-VARIABLES always returns #t. * gnu/packages/emacs.scm (emacs-pdf-tools)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
		
							parent
							
								
									32a8a6bb60
								
							
						
					
					
						commit
						d2f3817d69
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1562,7 +1562,7 @@ filters, new key bindings and faces.  It can be enabled by
 | 
				
			||||||
           (lambda _ (chdir "server") #t))
 | 
					           (lambda _ (chdir "server") #t))
 | 
				
			||||||
         (add-after 'enter-server-dir 'autogen
 | 
					         (add-after 'enter-server-dir 'autogen
 | 
				
			||||||
           (lambda _
 | 
					           (lambda _
 | 
				
			||||||
             (zero? (system* "bash" "autogen.sh"))))
 | 
					             (invoke "bash" "autogen.sh")))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
         ;; Build emacs side using 'emacs-build-system'.
 | 
					         ;; Build emacs side using 'emacs-build-system'.
 | 
				
			||||||
         (add-after 'compress-documentation 'enter-lisp-dir
 | 
					         (add-after 'compress-documentation 'enter-lisp-dir
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue