guix_mirror_bot pushed a commit to branch master
in repository guix.

commit c373b2eae0142eb4a1be17e5a970819ac1de9b8b
Author: NoĆ© Lopez <[email protected]>
AuthorDate: Mon Sep 22 10:47:15 2025 +0200

    gnu: Remove gnunet-gtk.
    
    * gnu/packages/gnunet.scm (gnunet-gtk): Delete variable.
    
    Fixes: guix/guix#2890
    Change-Id: If2bdf01b5bc08032abf00c60d82182b8eb939746
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/gnunet.scm | 34 ----------------------------------
 1 file changed, 34 deletions(-)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index ab4fe85710..a45546b62c 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -338,37 +338,3 @@ The following services are supported:
     ;; or GPL.  Documentation is licensed as GFDL.
     (license (list license:agpl3+ license:gpl3+ license:fdl1.3+ 
license:lgpl3+))
     (home-page "https://git.gnunet.org/gnunet-scheme.git";)))
-
-(define-public gnunet-gtk
-  (package (inherit gnunet)
-    (name "gnunet-gtk")
-    (version "0.24.0")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "mirror://gnu/gnunet/gnunet-gtk-"
-                                  version ".tar.gz"))
-              (sha256
-               (base32
-                "1asp0c5f278zdf6586zng36zmn5pj08qqx0pnap4nh58ycr37i5f"))))
-    (build-system gnu-build-system)
-    (arguments
-     (list #:configure-flags
-           #~(list "--with-libunique"
-                   "--with-qrencode"
-                   (string-append "--with-gnunet="
-                                  #$(this-package-input "gnunet")))))
-    (inputs
-     (list glade3
-           gnunet
-           gnutls/dane
-           gtk+
-           libextractor
-           libgcrypt
-           libsodium
-           libunique
-           qrencode))
-    (native-inputs
-     (list pkg-config libglade))
-    (synopsis "Graphical front-end tools for GNUnet")
-    (properties '((ftp-server . "ftp.gnu.org")
-                  (ftp-directory . "/gnunet")))))

Reply via email to