me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-libc-0.2.153.

* gnu/packages/crates-io.scm (rust-libc-0.2.153): New variable. Required by
rust-nix 0.18.

Change-Id: I95c6663b0262f3e893c38ed51c34176144e4f750
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Picnoir 2024-05-19 14:46:21 +02:00 committed by Ludovic Courtès
parent 0362b504aa
commit 2c2ec117c7
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 13 additions and 0 deletions

View File

@ -33597,6 +33597,19 @@ values of all the exported APIs match the platform that libc is compiled for.")
(license (list license:expat
license:asl2.0))))
(define-public rust-libc-0.2.153
(package
(inherit rust-libc-0.2)
(name "rust-libc")
(version "0.2.153")
(source
(origin
(method url-fetch)
(uri (crate-uri "libc" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1gg7m1ils5dms5miq9fyllrcp0jxnbpgkx71chd2i0lafa8qy6cw"))))))
(define-public rust-libc-print-0.1
(package
(name "rust-libc-print")