mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Remove rust-thread-priority-0.4.
* gnu/packages/crates-io.scm (rust-thread-priority-0.4): Delete variable. Change-Id: I1503363361eaa904e8a518068827c611a9aecb82
This commit is contained in:
parent
e353282b74
commit
215e563274
1 changed files with 0 additions and 19 deletions
|
@ -67932,25 +67932,6 @@ (define-public rust-thread-priority-0.10
|
||||||
"Library for managing threads priority and schedule policies.")
|
"Library for managing threads priority and schedule policies.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-thread-priority-0.4
|
|
||||||
(package
|
|
||||||
(inherit rust-thread-priority-0.10)
|
|
||||||
(name "rust-thread-priority")
|
|
||||||
(version "0.4.1")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "thread-priority" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "1ccidjv5ra017knav1h34bzlscpx856fhz7kln3zhszh3jpr8qqg"))))
|
|
||||||
(arguments
|
|
||||||
`(#:skip-build? #t
|
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-libc" ,rust-libc-0.2)
|
|
||||||
("rust-log" ,rust-log-0.4)
|
|
||||||
("rust-winapi" ,rust-winapi-0.3))))))
|
|
||||||
|
|
||||||
(define-public rust-thread-tree-0.3
|
(define-public rust-thread-tree-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-thread-tree")
|
(name "rust-thread-tree")
|
||||||
|
|
Loading…
Reference in a new issue