mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-nettle-5: Use package name in source URI.
* gnu/packages/crates-crypto.scm (rust-nettle-5): Set name. [source]: Use name. Change-Id: I95ab63c4bf90e48df5836d49d4fc4bca45f3484d Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
0d9a851a0b
commit
01ff526fa9
1 changed files with 2 additions and 2 deletions
|
@ -3253,13 +3253,13 @@ cryptographic library.")
|
|||
(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 (package-name rust-nettle-7) "-" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0zfplqdf3mag8r7lc124hl24vri8yg711jmm8gl1mpwnlhass2n4"))
|
||||
(patches (search-patches "rust-nettle-disable-vendor.patch"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue