gnu: emacs-realgud: Fix autogen.sh after EMACSLOADPATH is set.
* gnu/packages/emacs.scm (emacs-realgud)[arguments]: Move the fix-autogen-script phase to after the set-emacs-load-path phase. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
		
							parent
							
								
									872bda5de5
								
							
						
					
					
						commit
						aea388cf36
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -3316,7 +3316,7 @@ after buffer changes.")
 | 
			
		|||
     `(#:tests? #t
 | 
			
		||||
       #:phases
 | 
			
		||||
       (modify-phases %standard-phases
 | 
			
		||||
         (add-after 'unpack 'fix-autogen-script
 | 
			
		||||
         (add-after 'set-emacs-load-path 'fix-autogen-script
 | 
			
		||||
           (lambda _
 | 
			
		||||
             (substitute* "autogen.sh"
 | 
			
		||||
               (("./configure") "sh configure"))))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue