guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Remove ganv-devel.


From: guix-commits
Subject: branch master updated: gnu: Remove ganv-devel.
Date: Tue, 09 Jun 2020 14:46:28 -0400

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c178d5f  gnu: Remove ganv-devel.
c178d5f is described below

commit c178d5fa5a2cfc07f4a9ab9cadeb6218d6c64839
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jun 9 20:45:33 2020 +0200

    gnu: Remove ganv-devel.
    
    * gnu/packages/gtk.scm (ganv-devel): Remove variable.
    * gnu/packages/music.scm (ingen)[inputs]: Change from GANV-DEVEL to GANV.
---
 gnu/packages/gtk.scm   | 18 ------------------
 gnu/packages/music.scm |  2 +-
 2 files changed, 1 insertion(+), 19 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index eb1984f..0efbc3b 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 a26c4fc..f222075 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]