me
/
guix
Archived
1
0
Fork 0

gnu: abjad: Move lilypond to inputs.

* gnu/packages/music.scm (abjad)[native-inputs]: Move lilypond ...
[inputs]: ... to here.
master
Efraim Flashner 2021-07-22 11:13:57 +03:00
parent 18f9e21b18
commit 91c42e4767
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 2 deletions

View File

@ -1592,8 +1592,7 @@ Guile.")
(invoke "python" "-m" "pytest" "tests")
#t))))))
(native-inputs
`(("lilypond" ,lilypond)
("python-black" ,python-black)
`(("python-black" ,python-black)
("python-flake8" ,python-flake8)
("python-iniconfig" ,python-iniconfig)
("python-isort" ,python-isort)
@ -1601,6 +1600,8 @@ Guile.")
("python-pytest" ,python-pytest-6)
("python-pytest-cov" ,python-pytest-cov)
("python-sphinx-autodoc-typehints" ,python-sphinx-autodoc-typehints)))
(inputs
`(("lilypond" ,lilypond)))
(propagated-inputs
`(("python-ply" ,python-ply)
("python-quicktions" ,python-quicktions)