mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
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:
parent
477311146e
commit
76c18f880c
1 changed files with 4 additions and 2 deletions
|
@ -5250,7 +5250,7 @@ (define-public zam-plugins
|
|||
(define-public geonkick
|
||||
(package
|
||||
(name "geonkick")
|
||||
(version "1.10.0")
|
||||
(version "2.3.7")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -5260,7 +5260,7 @@ (define-public geonkick
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1a59wnm4035kjhs66hihlkiv45p3ffb2yaj1awvyyi5f0lds5zvh"))))
|
||||
"1wdcbwiyy6i5agq5lffkyilyc8mv1cc4mp9h0nybn240vb2flqc2"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;no tests included
|
||||
|
@ -5279,6 +5279,8 @@ (define-public geonkick
|
|||
("rapidjson" ,rapidjson)))
|
||||
(native-inputs
|
||||
`(("lv2" ,lv2)
|
||||
;; Fails with default gcc (#include <filesystem> not found).
|
||||
("gcc" ,gcc-9)
|
||||
("pkg-config" ,pkg-config)
|
||||
("sord" ,sord)))
|
||||
(synopsis "Percussion synthesizer")
|
||||
|
|
Loading…
Reference in a new issue