diff options
author | Leo Famulari <leo@famulari.name> | 2021-12-29 18:28:09 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-12-29 18:30:00 -0500 |
commit | 3690f6c7a923d680bb26e645377f5d14e21824be (patch) | |
tree | bc071c8674f54169809c56034a7e7fc3622f458b /gnu/packages/music.scm | |
parent | dded2d2b454c180c0d3d0cff43af70e99508264f (diff) | |
download | guix-3690f6c7a923d680bb26e645377f5d14e21824be.tar.gz |
gnu: Remove leftover libsndfile/fixed package.
This package was equivalent to the libsndfile package, differing only in the order of its inputs. * gnu/packages/pulseaudio.scm (libsndfile/fixed): Remove variable. * gnu/packages/music.scm (liquidsfz)[inputs]: Replace libsndfile/fixed with libsndfile. * gnu/packages/telephony.scm (mumble)[inputs]: Likewise.
Diffstat (limited to 'gnu/packages/music.scm')
-rw-r--r-- | gnu/packages/music.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 4a3e122936..30dfe4ac73 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -4795,7 +4795,7 @@ audio samples and various soft sythesizers. It can receive input from a MIDI ke `(("jack" ,jack-2) ("lv2" ,lv2) ("readline" ,readline) - ("libsndfile" ,libsndfile/fixed))) + ("libsndfile" ,libsndfile))) (home-page "https://github.com/swesterfeld/liquidsfz") (synopsis "Sampler library") (description "The main goal of liquidsfz is to provide an SFZ sampler |