Archived
1
0
Fork 0

gnu: geonkick: Update to 2.3.7.

* gnu/packages/music.scm (geonkick): Update to 2.3.7.
[native-inputs]: Add gcc-9.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Alexandros Theodotou 2020-09-10 17:50:27 +01:00 committed by Efraim Flashner
parent 477311146e
commit 76c18f880c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -5250,7 +5250,7 @@ ZaMultiComp, ZaMultiCompX2 and ZamSynth.")
(define-public geonkick (define-public geonkick
(package (package
(name "geonkick") (name "geonkick")
(version "1.10.0") (version "2.3.7")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -5260,7 +5260,7 @@ ZaMultiComp, ZaMultiCompX2 and ZamSynth.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1a59wnm4035kjhs66hihlkiv45p3ffb2yaj1awvyyi5f0lds5zvh")))) "1wdcbwiyy6i5agq5lffkyilyc8mv1cc4mp9h0nybn240vb2flqc2"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f ;no tests included `(#:tests? #f ;no tests included
@ -5279,6 +5279,8 @@ ZaMultiComp, ZaMultiCompX2 and ZamSynth.")
("rapidjson" ,rapidjson))) ("rapidjson" ,rapidjson)))
(native-inputs (native-inputs
`(("lv2" ,lv2) `(("lv2" ,lv2)
;; Fails with default gcc (#include <filesystem> not found).
("gcc" ,gcc-9)
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
("sord" ,sord))) ("sord" ,sord)))
(synopsis "Percussion synthesizer") (synopsis "Percussion synthesizer")