diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-28 23:27:48 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-29 01:43:25 +0100 |
commit | 15fdc854c9c61e1b75c4f66aae62bfe75f4ee5bf (patch) | |
tree | af4e92e3e79c78b11618b3dd8cf35cf91c8c6ca7 /gnu/packages | |
parent | fae94842781e3ca7f9d035b7b5ef75f10cd36c73 (diff) | |
download | guix-15fdc854c9c61e1b75c4f66aae62bfe75f4ee5bf.tar.gz guix-15fdc854c9c61e1b75c4f66aae62bfe75f4ee5bf.zip |
gnu: Remove obsolete fluidsynth@1.
* gnu/packages/audio.scm (fluidsynth-1): Remove unused variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/audio.scm | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 82e9e7ae0f..ae1a0b07aa 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -1765,22 +1765,6 @@ device. It is the software analogue of a MIDI synthesizer. FluidSynth can also play midifiles using a Soundfont.") (license license:lgpl2.1+))) -;; gzdoom@3.3.0 and lmms@1.1.3 requires this version. Remove once no longer -;; needed. -(define-public fluidsynth-1 - (package - (inherit fluidsynth) - (version "1.1.11") - (source (origin - (inherit (package-source fluidsynth)) - (uri (git-reference - (url "https://github.com/FluidSynth/fluidsynth") - (commit (string-append "v" version)))) - (file-name (git-file-name "fluidsynth" version)) - (sha256 - (base32 - "0n75jq3xgq46hfmjkaaxz3gic77shs4fzajq40c8gk043i84xbdh")))))) - (define-public faad2 (package (name "faad2") |