[bug#77193,v3,3/3] gnu: guile-gnunet: Remove package.

Message ID ce60d7b19449becf3e12d4598f96eaacdc096277.1749320949.git.noelopez@free.fr
State New
Headers
Series [bug#77193,v3,1/3] gnu: gnunet: Update to 0.24.2. |

Commit Message

NoƩ Lopez June 7, 2025, 6:32 p.m. UTC
  The package has failed to build for more than two months and has not received
an update since 2015, so we can remove it.

The gnunet-scheme package provides similar functionality.

Change-Id: Ia5b5111915529c511fb87c9d4eaad26c43171c95
---
 gnu/packages/gnunet.scm | 26 --------------------------
 1 file changed, 26 deletions(-)
  

Patch

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 54ef50c42c..d2ec53ac48 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -268,32 +268,6 @@  (define-public gnunet
     (license license:agpl3+)
     (home-page "https://www.gnunet.org/en/")))
 
-(define-public guile-gnunet                       ;GSoC 2015!
-  (let ((commit "d12167ab3c8d7d6caffd9c606e389ef043760602")
-        (revision "1"))
-    (package
-      (name "guile-gnunet")
-      (version (git-version "0.0" revision commit))
-      (source (origin
-                (method git-fetch)
-                (uri (git-reference
-                      (url "https://git.savannah.gnu.org/git/guix/gnunet.git/")
-                      (commit commit)))
-                (file-name (git-file-name name version))
-                (sha256
-                 (base32
-                  "0nqc18jh9j30y4l6yh6j35byfg6qalq7yr3frv9rk10qa041c2sv"))))
-      (build-system gnu-build-system)
-      (native-inputs (list pkg-config autoconf automake))
-      (inputs (list guile-2.0 gnunet))
-      (synopsis "Guile bindings for GNUnet services")
-      (description
-       "This package provides Guile bindings to the client libraries of various
-GNUnet services, including the @dfn{identity} and @dfn{file sharing}
-services.")
-      (home-page "https://gnu.org/software/guix")
-      (license license:gpl3+))))
-
 (define-public gnunet-scheme
   (package
     (name "gnunet-scheme")