gnu: Add rust-subplot-build-0.7.
* gnu/packages/crates-io.scm (rust-subplot-build-0.7): New variable.
This commit is contained in:
parent
3f167045e1
commit
2f0e434802
1 changed files with 24 additions and 0 deletions
|
@ -61945,6 +61945,30 @@ (define-public rust-strum-macros-0.18
|
|||
("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")
|
||||
|
|
Loading…
Reference in a new issue