mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-20 05:37:34 -05:00
gnu: liquidsfz: Use fixed libsndfile.
* gnu/packages/music.scm (liquidsfz)[inputs]: Replace libsndfile with libsndfile/fixed.
This commit is contained in:
parent
4c013867b6
commit
721e380764
1 changed files with 1 additions and 1 deletions
|
@ -4878,7 +4878,7 @@ (define-public liquidsfz
|
|||
`(("jack" ,jack-2)
|
||||
("lv2" ,lv2)
|
||||
("readline" ,readline)
|
||||
("libsndfile" ,libsndfile)))
|
||||
("libsndfile" ,libsndfile/fixed)))
|
||||
(home-page "https://github.com/swesterfeld/liquidsfz")
|
||||
(synopsis "Sampler library")
|
||||
(description "The main goal of liquidsfz is to provide an SFZ sampler
|
||||
|
|
Loading…
Reference in a new issue