me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-query-interface-0.3.

* gnu/packages/crates-io.scm (rust-query-interface-0.3): Delete variable.
Efraim Flashner 2022-10-18 22:44:03 +03:00
parent f07695705c
commit 26cec7549f
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 23 deletions

View File

@ -45619,29 +45619,6 @@ for MinGW-w64 and MSVC (cross-)compile targets.")
(description "This package provides a quasi-quoting macro system.")
(license (list license:expat license:asl2.0))))
(define-public rust-query-interface-0.3
(package
(name "rust-query-interface")
(version "0.3.5")
(source
(origin
(method url-fetch)
(uri (crate-uri "query_interface" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "14rn7i6jr8zf3h103jhmivw39429gmkzk4wgns3bpvl4c82g1h3q"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-lazy-static" ,rust-lazy-static-1))))
(home-page "https://github.com/Diggsey/query_interface")
(synopsis "Dynamically query a type-erased object for any trait implementation")
(description
"This package dynamically queries a type-erased object for any trait
implementation.")
(license (list license:expat license:asl2.0))))
(define-public rust-quick-csv-0.1
(package
(name "rust-quick-csv")