1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: Remove rust-cxx-gen-0.6.

* gnu/packages/crates-io.scm (rust-cxx-gen-0.6): Delete variable.

Change-Id: I75e4bb3aca115ef6e1caf32d525e504e3e5f5752
This commit is contained in:
Efraim Flashner 2024-12-31 21:20:20 +02:00
parent d74bd7c121
commit d19fc06e89
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -18087,28 +18087,6 @@ crate into a Cargo build.")
crate into higher level tools.")
(license (list license:expat license:asl2.0))))
(define-public rust-cxx-gen-0.6
(package
(inherit rust-cxx-gen-0.7)
(name "rust-cxx-gen")
(version "0.6.7")
(source
(origin
(method url-fetch)
(uri (crate-uri "cxx-gen" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0avkca16wjy0paplq1ycaf04bj62agfj0awyhyzxyfpdn9rm45j2"))))
(arguments
`(#:cargo-inputs
(("rust-cc" ,rust-cc-1)
("rust-codespan-reporting" ,rust-codespan-reporting-0.9)
("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1))))))
(define-public rust-cxx-test-suite-0.0.0
(package
(name "rust-cxx-test-suite")