diff options
author | Marius Bakke <marius@gnu.org> | 2020-06-09 20:45:33 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-06-09 20:45:33 +0200 |
commit | c178d5fa5a2cfc07f4a9ab9cadeb6218d6c64839 (patch) | |
tree | e341af94ee12b1f3b8bf34adece3501a5ad05761 /gnu | |
parent | d32a3b395c4b9926316779aecec4e5e02ad571ef (diff) | |
download | guix-c178d5fa5a2cfc07f4a9ab9cadeb6218d6c64839.tar guix-c178d5fa5a2cfc07f4a9ab9cadeb6218d6c64839.tar.gz |
gnu: Remove ganv-devel.
* gnu/packages/gtk.scm (ganv-devel): Remove variable.
* gnu/packages/music.scm (ingen)[inputs]: Change from GANV-DEVEL to GANV.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gtk.scm | 18 | ||||
-rw-r--r-- | gnu/packages/music.scm | 2 |
2 files changed, 1 insertions, 19 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index eb1984fb20..0efbc3b3c6 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -353,24 +353,6 @@ graph-like environments, e.g. modular synths or finite state machine diagrams.") (license license:gpl3+))) -(define-public ganv-devel - (let ((commit "12f7d6b0438c94dd87f773a92eee3453d971846e") - (revision "1")) - (package - (inherit ganv) - (name "ganv") - (version (string-append "1.5.4-" revision "." - (string-take commit 9))) - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://git.drobilla.net/ganv.git") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1cr8w02lr6bk9mkxa12j3imq721b2an2yn4bj5wnwmpm91ddn2gi"))))))) - (define-public gtksourceview-2 (package (name "gtksourceview") diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index a26c4fc250..f22207579f 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -3691,7 +3691,7 @@ plugins, a switch trigger, a toggle switch, and a peakmeter.") ("lv2" ,lv2) ("lilv" ,lilv) ("raul" ,raul-devel) - ("ganv" ,ganv-devel) + ("ganv" ,ganv) ("suil" ,suil) ("serd" ,serd) ("sord" ,sord) |