gnu: emacs-agda2-mode: Switch to G-Exps.
* gnu/packages/agda.scm (emacs-agda2-mode): Switch it up.
This commit is contained in:
		
							parent
							
								
									fe6c31e333
								
							
						
					
					
						commit
						ae29c9d26e
					
				
					 1 changed files with 5 additions and 4 deletions
				
			
		|  | @ -134,10 +134,11 @@ such as Coq, Epigram and NuPRL.") | |||
|     (source (package-source agda)) | ||||
|     (build-system emacs-build-system) | ||||
|     (arguments | ||||
|      `(#:phases | ||||
|        (modify-phases %standard-phases | ||||
|          (add-after 'unpack 'enter-elisp-dir | ||||
|            (lambda _ (chdir "src/data/emacs-mode") #t))))) | ||||
|      (list | ||||
|       #:phases | ||||
|       #~(modify-phases %standard-phases | ||||
|           (add-after 'unpack 'enter-elisp-dir | ||||
|             (lambda _ (chdir "src/data/emacs-mode")))))) | ||||
|     (home-page "https://agda.readthedocs.io/en/latest/tools/emacs-mode.html") | ||||
|     (synopsis "Emacs mode for Agda") | ||||
|     (description "This Emacs mode enables interactive development with | ||||
|  |  | |||
		Reference in a new issue