1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +02:00

gnu: Remove rust-chalk-recursive-0.75.

* gnu/packages/crates-io.scm (rust-chalk-recursive-0.75): Delete variable.

Change-Id: Ia5e453d7402347cf1ffb904ceecb2c8780e1f91d
This commit is contained in:
Efraim Flashner 2024-12-31 19:05:08 +02:00
parent c78cce6cb8
commit 101e24f241
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -12243,35 +12243,6 @@ macros.")
clauses.")
(license (list license:asl2.0 license:expat))))
(define-public rust-chalk-recursive-0.75
(package
(name "rust-chalk-recursive")
(version "0.75.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "chalk-recursive" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"11bnn0yn9np4mar4nryys6w1ijizj3y9dcz3xbldxzx6fplmk7y3"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-chalk-derive" ,rust-chalk-derive-0.75)
("rust-chalk-ir" ,rust-chalk-ir-0.75)
("rust-chalk-solve" ,rust-chalk-solve-0.75)
("rust-rustc-hash" ,rust-rustc-hash-1)
("rust-tracing" ,rust-tracing-0.1))))
(home-page "https://github.com/rust-lang/chalk")
(synopsis
"Recursive solver for the Chalk project")
(description
"Recursive solver for the Chalk project")
(license (list license:asl2.0 license:expat))))
(define-public rust-chalk-solve-0.75
(package
(name "rust-chalk-solve")