gnu: Remove obsolete fluidsynth@1.

* gnu/packages/audio.scm (fluidsynth-1): Remove unused variable.
This commit is contained in:
Tobias Geerinckx-Rice 2021-12-28 23:27:48 +01:00
parent fae9484278
commit 15fdc854c9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1765,22 +1765,6 @@ (define-public fluidsynth
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")