me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-subplot-build-0.7.

* gnu/packages/crates-io.scm (rust-subplot-build-0.7): New variable.
Efraim Flashner 2023-05-22 17:18:00 +03:00
parent 3f167045e1
commit 2f0e434802
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 24 additions and 0 deletions

View File

@ -61945,6 +61945,30 @@ easier in Rust.")
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1))))))
(define-public rust-subplot-build-0.7
(package
(name "rust-subplot-build")
(version "0.7.1")
(source (origin
(method url-fetch)
(uri (crate-uri "subplot-build" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1p38kq7fmg6gpwqmkymn68f2qiaw7k35s7i4k0ifs6g5c0d70xfw"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-subplot" ,rust-subplot-0.7)
("rust-tempfile" ,rust-tempfile-3)
("rust-tracing" ,rust-tracing-0.1))))
(home-page "https://subplot.tech/")
(synopsis "Library for using Subplot code generation")
(description
"This package provides a library for using Subplot code generation from
another project's @code{build.rs} module.")
(license license:expat-0)))
(define-public rust-subplotlib-0.7
(package
(name "rust-subplotlib")