gnu: emacs-minimal: Don't inherit configure-flags.
* gnu/packages/emacs.scm (emacs-minimal)[arguments]: Move configure-flags lower than inherited package-arguments so it won't be overwritten.
This commit is contained in:
		
							parent
							
								
									c9d2d3104b
								
							
						
					
					
						commit
						0132f3e67f
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -202,11 +202,11 @@ languages.") | |||
|     (synopsis "The extensible text editor (used only for byte-compilation)") | ||||
|     (build-system gnu-build-system) | ||||
|     (arguments | ||||
|      `(#:configure-flags (list "--with-gnutls=no") | ||||
|        ,@(substitute-keyword-arguments (package-arguments emacs) | ||||
|      `(,@(substitute-keyword-arguments (package-arguments emacs) | ||||
|            ((#:phases phases) | ||||
|             `(modify-phases ,phases | ||||
|                (delete 'install-site-start)))))) | ||||
|                (delete 'install-site-start)))) | ||||
|         #:configure-flags (list "--with-gnutls=no"))) | ||||
|     (inputs | ||||
|      `(("ncurses" ,ncurses))) | ||||
|     (native-inputs | ||||
|  |  | |||
		Reference in a new issue