mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: lmms: Update to 1.2.2.
* gnu/packages/music.scm (lmms): Update to 1.2.2. [inputs]: Add carla.
This commit is contained in:
parent
a90aad8c2c
commit
9bd56a551e
1 changed files with 4 additions and 3 deletions
|
@ -4395,7 +4395,7 @@ (define-public libsmf
|
|||
(define-public lmms
|
||||
(package
|
||||
(name "lmms")
|
||||
(version "1.2.1")
|
||||
(version "1.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4405,7 +4405,7 @@ (define-public lmms
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1gx730z361xx30iqbsm99aam1k2c8yf561gcay6sryyjksb4w1wy"))))
|
||||
"11xgf461cnmq0jkgdgx5bddi87ammpik4whg1m4fcvd3i0d5i601"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no tests
|
||||
|
@ -4473,7 +4473,8 @@ (define-public lmms
|
|||
("libxft" ,libxft)
|
||||
("freetype2" ,freetype)
|
||||
("fftw3f" ,fftwf)
|
||||
("jack" ,jack-1)))
|
||||
("jack" ,jack-1)
|
||||
("carla" ,carla)))
|
||||
(home-page "https://lmms.io/")
|
||||
(synopsis "Music composition tool")
|
||||
(description "LMMS is a digital audio workstation. It includes tools for sequencing
|
||||
|
|
Loading…
Reference in a new issue