gnu: guile2.0-gcrypt: Remove.

This package has failed to build for several months.

* gnu/packages/gnupg.scm (guile2.0-gcrypt): Remove.

Change-Id: I6c425d26b29e45725626e2880e3fffb8127e2c4a
This commit is contained in:
Ludovic Courtès 2025-09-04 10:26:43 +02:00
parent e5b2c809d2
commit 5c269b0a1c
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -564,16 +564,6 @@ strong randomness, and more. It is implemented using the foreign function
interface (FFI) of Guile.")
(license license:gpl3+)))
(define-public guile2.0-gcrypt
(package (inherit guile-gcrypt)
(name "guile2.0-gcrypt")
(native-inputs
(modify-inputs (package-native-inputs guile-gcrypt)
(replace "guile" guile-2.0)))
(inputs
(modify-inputs (package-inputs guile-gcrypt)
(replace "guile" guile-2.0)))))
(define-public guile2.2-gcrypt
(package
(inherit guile-gcrypt)