gnu: Remove rust-nettle-5.

* gnu/packages/crates-crypto.scm (rust-nettle-5): Delete variable.

Change-Id: Ia1fefd56eb3578dfdb2c123a40d8cf5429fda7e2
This commit is contained in:
Efraim Flashner 2025-01-03 15:28:06 +02:00
parent 8d3a9fb5ac
commit e5b5364ec6
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3146,26 +3146,6 @@ (define-public rust-nettle-7
cryptographic library.")
(license (list license:lgpl3 license:gpl2 license:gpl3))))
(define-public rust-nettle-5
(package
(inherit rust-nettle-7)
(name "rust-nettle")
(version "5.0.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "nettle" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0zfplqdf3mag8r7lc124hl24vri8yg711jmm8gl1mpwnlhass2n4"))
(patches (search-patches "rust-nettle-disable-vendor.patch"))))
(arguments
`(#:cargo-inputs
(("rust-failure" ,rust-failure-0.1)
("rust-getrandom" ,rust-getrandom-0.1)
("rust-libc" ,rust-libc-0.2)
("rust-nettle-sys" ,rust-nettle-sys-2))))))
(define-public rust-nettle-sys-2
(package
(name "rust-nettle-sys")