mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Add rust-rustc-std-workspace-std-1.0.
* gnu/packages/crates-io.scm (rust-rustc-std-workspace-std-1.0): New variable.
This commit is contained in:
parent
a075606f0d
commit
efd8534897
1 changed files with 20 additions and 0 deletions
|
@ -8439,6 +8439,26 @@ (define-public rust-rustc-std-workspace-core-1.0
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-rustc-std-workspace-std-1.0
|
||||||
|
(package
|
||||||
|
(name "rust-rustc-std-workspace-std")
|
||||||
|
(version "1.0.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "rustc-std-workspace-std" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1vq4vaclamwhk0alf4f7wq3i9wxa993sxpmhy6qfaimy1ai7d9mb"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments '(#:skip-build? #t))
|
||||||
|
(home-page "https://crates.io/crates/rustc-std-workspace-std")
|
||||||
|
(synopsis "Workaround for rustbuild")
|
||||||
|
(description "This package provides a workaround for rustbuild.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-rustc-test-0.3
|
(define-public rust-rustc-test-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-rustc-test")
|
(name "rust-rustc-test")
|
||||||
|
|
Loading…
Reference in a new issue