mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
e5b2c809d2
commit
5c269b0a1c
1 changed files with 0 additions and 10 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue