gnu: python-abjad: Rename to abjad.
* gnu/packages/music.scm (abjad): Rename from python-abjad. (python-abjad): Keep as deprecated package. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
fd8aea010f
commit
5535d5435e
@ -1562,9 +1562,9 @@ Guile.")
|
|||||||
;; more than an hour of silence, so double the max silent time.
|
;; more than an hour of silence, so double the max silent time.
|
||||||
(properties `((max-silent-time . 7200)))))
|
(properties `((max-silent-time . 7200)))))
|
||||||
|
|
||||||
(define-public python-abjad
|
(define-public abjad
|
||||||
(package
|
(package
|
||||||
(name "python-abjad")
|
(name "abjad")
|
||||||
(version "3.3")
|
(version "3.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
@ -1613,6 +1613,9 @@ Guile.")
|
|||||||
"This package provides a Python API for building LilyPond files.")
|
"This package provides a Python API for building LilyPond files.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public python-abjad
|
||||||
|
(deprecated-package "python-abjad" abjad))
|
||||||
|
|
||||||
(define-public non-sequencer
|
(define-public non-sequencer
|
||||||
;; The latest tagged release is three years old and uses a custom build
|
;; The latest tagged release is three years old and uses a custom build
|
||||||
;; system, so we take the last commit.
|
;; system, so we take the last commit.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user