~ruther/guix-local

5c269b0a1c85bb58dd0caf870c76b6b1a5089961 — Ludovic Courtès 7 months ago e5b2c809
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
1 files changed, 0 insertions(+), 10 deletions(-)

M gnu/packages/gnupg.scm
M gnu/packages/gnupg.scm => gnu/packages/gnupg.scm +0 -10
@@ 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)