mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Remove rust-clang-sys-0.26.
* gnu/packages/crates-io.scm (rust-clang-sys-0.26): Delete variable. Change-Id: I795bb8e3d5687768bbb212c6998183d3a5c01f4f
This commit is contained in:
parent
4bf49b0d74
commit
fae5d887ae
1 changed files with 0 additions and 20 deletions
|
@ -10635,26 +10635,6 @@ (define-public rust-clang-sys-0.28
|
|||
(base32
|
||||
"0ls8zcqi5bmmrvrk3b6r1ym4wlivinbv590d2dvg2xn9f44mbpl1"))))))
|
||||
|
||||
(define-public rust-clang-sys-0.26
|
||||
(package
|
||||
(inherit rust-clang-sys-0.28)
|
||||
(name "rust-clang-sys")
|
||||
(version "0.26.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "clang-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1r50dwy5hj5gq07dn0qf8222d07qv0970ymx0j8n9779yayc3w3f"))))
|
||||
(arguments
|
||||
`(#:tests? #f ; Needs older clang
|
||||
#:cargo-inputs
|
||||
(("rust-glob" ,rust-glob-0.2)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-libloading" ,rust-libloading-0.5))))))
|
||||
|
||||
(define-public rust-clap-cargo-0.12
|
||||
(package
|
||||
(name "rust-clap-cargo")
|
||||
|
|
Loading…
Reference in a new issue