mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: Remove rust-chalk-ir-0.75.
* gnu/packages/crates-io.scm (rust-chalk-ir-0.75): Delete variable. Change-Id: Ic00af97dac7f292da22dfccabee17a0cd5c5396a
This commit is contained in:
parent
ed594ee91f
commit
d79d332323
1 changed files with 0 additions and 28 deletions
|
@ -11879,34 +11879,6 @@ (define-public rust-chalk-derive-0.75
|
|||
macros.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-chalk-ir-0.75
|
||||
(package
|
||||
(name "rust-chalk-ir")
|
||||
(version "0.75.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "chalk-ir" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"12iyziaw14qb0wz3pqx70qwqa9r0qsi5d4y6j0g32yabs2hyay9b"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-bitflags" ,rust-bitflags-1)
|
||||
("rust-chalk-derive" ,rust-chalk-derive-0.75)
|
||||
("rust-lazy-static" ,rust-lazy-static-1))))
|
||||
(home-page "https://github.com/rust-lang/chalk")
|
||||
(synopsis
|
||||
"Chalk's internal representation of types, goals, and clauses")
|
||||
(description
|
||||
"This package provides Chalk's internal representation of types, goals, and
|
||||
clauses.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-chan-0.1
|
||||
(package
|
||||
(name "rust-chan")
|
||||
|
|
Loading…
Reference in a new issue