rekahsoft-gnu: Remove emacs-matlab-mode

This commit is contained in:
Collin J. Doering 2023-12-25 23:13:21 -05:00
parent d65c73e352
commit 917d973bbf
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 0 additions and 24 deletions

View File

@ -617,30 +617,6 @@ dashboard!")
"Solarized Dark version of the Bigblow Org HTML export theme.")
(license license:gpl3+)))
(define-public emacs-matlab-mode
(package
(name "emacs-matlab-mode")
(version "20210726.858")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://git.code.sf.net/p/matlab-emacs/src")
(commit "c25894b91225ccdf0044f04020adf97cb41e73e4")))
(sha256
(base32
"0kns1f5kg4z5wqi26mql4ja2lm1rm8zji4sjiqqlbrnk800iic55"))))
(build-system emacs-build-system)
(arguments
'(#:include '("^[^/]+.el$" "^[^/]+.m$")
#:exclude '()
#:phases (modify-phases %standard-phases
;; Fails with error 'unable to locate "?$"'
(delete 'patch-el-files))))
(home-page "http://matlab-emacs.sourceforge.net/")
(synopsis "Major mode for MATLAB(R) dot-m files")
(description "No description available.")
(license license:gpl3)))
;; TODO: send upsteam
(define-public emacs-eval-in-repl
(package