Archived
1
0
Fork 0

gnu: emacs-csound-mode: Update to 0.2.3.

* gnu/packages/emacs-xyz.scm (emacs-csound-mode): Update to 0.2.3.
[inputs]: Remove EMACS-HIGHLIGHT, EMACS-MULTI, EMACS-SHUT-UP.
[propagated-inputs]: Add EMACS-DASH, EMACS-HIGHLIGHT, EMACS-MULTI,
EMACS-SHUT-UP.
This commit is contained in:
Nicolas Goaziou 2022-10-25 11:48:37 +02:00
parent 9b086a1cd7
commit 861a6f7f46
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -31973,38 +31973,41 @@ arbitrary Emacs Lisp objects.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-csound-mode (define-public emacs-csound-mode
(package ;; XXX: Upstream did not tag last release. Using the commit matching
(name "emacs-csound-mode") ;; version bump.
(version "0.2.1") (let ((commit "44c49e5a9262ede4b4477bafb13b42b1ba047b9c"))
(source (package
(origin (name "emacs-csound-mode")
(method git-fetch) (version "0.2.3")
(uri (git-reference (source
(url "https://github.com/hlolli/csound-mode") (origin
(commit version))) (method git-fetch)
(file-name (git-file-name name version)) (uri (git-reference
(sha256 (url "https://github.com/hlolli/csound-mode")
(base32 (commit commit)))
"1c88ak0jaj51fwiqniqxd7xyk23wjl9m57znzm8j267ld8g12znp")))) (file-name (git-file-name name version))
(build-system emacs-build-system) (sha256
(arguments (base32
`(#:phases "0kfhca1n0iv1400jf4ggjbarg7ry8ccd5bs7cf2brjdiqp74cvwb"))))
(modify-phases %standard-phases (build-system emacs-build-system)
(add-after 'unpack 'disable-breaking-compilation (arguments
(lambda _ `(#:phases
(for-each (lambda (file) (modify-phases %standard-phases
(chmod file #o600) ; needed to write changes. (add-after 'unpack 'disable-breaking-compilation
(emacs-batch-disable-compilation file)) (lambda _
'("csound-font-lock.el")) (for-each (lambda (file)
#t))))) (chmod file #o600) ; needed to write changes.
(inputs (emacs-batch-disable-compilation file))
(list emacs-highlight emacs-multi emacs-shut-up)) '("csound-font-lock.el"))
(home-page "https://github.com/hlolli/csound-mode") #t)))))
(synopsis "Emacs major mode for coding in CSound") (propagated-inputs
(description "Provides both a basic major mode for editing (list emacs-dash emacs-highlight emacs-multi emacs-shut-up))
(home-page "https://github.com/hlolli/csound-mode")
(synopsis "Emacs major mode for coding in CSound")
(description "Provides both a basic major mode for editing
CSound files, as well as a REPL for fast feedback when composing CSound files, as well as a REPL for fast feedback when composing
and sound-designing.") and sound-designing.")
(license license:gpl3+))) (license license:gpl3+))))
(define-public emacs-multi (define-public emacs-multi
(package (package