gnu: Remove rust-c-linked-list-1.
* gnu/packages/crates-io.scm (rust-c-linked-list-1): Delete variable. Change-Id: I2e805efdfb3f1bdade643233e9e08abe59aa417e
This commit is contained in:
parent
12a97dfb65
commit
2f4bcf3172
@ -8264,25 +8264,6 @@ representation, with support for both SI and binary units.")
|
|||||||
exposed as Reader/Writer streams.")
|
exposed as Reader/Writer streams.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-c-linked-list-1
|
|
||||||
(package
|
|
||||||
(name "rust-c-linked-list")
|
|
||||||
(version "1.1.1")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "c_linked_list" version))
|
|
||||||
(file-name
|
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "0jvjr3233wqgx6li65kciqpg354pvb0cv1i8hc71ka5lsf5m2r29"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(home-page "https://canndrew.org/rust-doc/c_linked_list/")
|
|
||||||
(synopsis "Utilities for handling NULL-terminated C linked lists")
|
|
||||||
(description "This package provides utilities for handling
|
|
||||||
NULL-terminated C linked lists.")
|
|
||||||
(license (list license:expat license:bsd-3))))
|
|
||||||
|
|
||||||
(define-public rust-c-vec-2
|
(define-public rust-c-vec-2
|
||||||
(package
|
(package
|
||||||
(name "rust-c-vec")
|
(name "rust-c-vec")
|
||||||
|
Loading…
Reference in New Issue
Block a user