gnu: Add portmidi-for-extempore.
* gnu/packages/music.scm (portmidi-for-extempore): New variable.
This commit is contained in:
parent
2a9b10c7cd
commit
38098bf7b4
|
@ -1081,6 +1081,23 @@ projects.")
|
||||||
using a system-independent interface.")
|
using a system-independent interface.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public portmidi-for-extempore
|
||||||
|
(package (inherit portmidi)
|
||||||
|
(name "portmidi-for-extempore")
|
||||||
|
(version "217")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "https://github.com/extemporelang/portmidi/"
|
||||||
|
"archive/" version ".tar.gz"))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0gjikwciyr8kk4y3qiv1pcq58xpgw38ql1m2gs6g0qc1s8sx4235"))))
|
||||||
|
(build-system cmake-build-system)
|
||||||
|
(arguments `(#:tests? #f)) ; no tests
|
||||||
|
(native-inputs '())
|
||||||
|
(home-page "https://github.com/extemporelang/portmidi/")))
|
||||||
|
|
||||||
(define-public python-pyportmidi
|
(define-public python-pyportmidi
|
||||||
(package
|
(package
|
||||||
(name "python-pyportmidi")
|
(name "python-pyportmidi")
|
||||||
|
|
Loading…
Reference in New Issue