gnu: rust-serde-ini-0.2: Move to (gnu packages crates-windows).
* gnu/packages/crates-io.scm (rust-serde-ini-0.2): Move from here ... * gnu/packages/crates-windows.scm: ... to here. Change-Id: I995da190bbc23fd3dcd64c9b73858290eca0ee03
This commit is contained in:
parent
1852676164
commit
418b547739
2 changed files with 25 additions and 25 deletions
|
@ -63633,31 +63633,6 @@ standard formatting APIs.")
|
||||||
(description "Serializing indextree structure.")
|
(description "Serializing indextree structure.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-serde-ini-0.2
|
|
||||||
(package
|
|
||||||
(name "rust-serde-ini")
|
|
||||||
(version "0.2.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "serde_ini" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "0f8ir1bbcdyad50aj1c53dkiwr24x6dr88f045skl1xvwa3nc8zb"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:skip-build? #t
|
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-result" ,rust-result-1)
|
|
||||||
("rust-serde" ,rust-serde-1)
|
|
||||||
("rust-void" ,rust-void-1))))
|
|
||||||
(home-page "https://github.com/arcnmx/serde-ini")
|
|
||||||
(synopsis "Windows INI file {de,}serialization")
|
|
||||||
(description
|
|
||||||
"@code{serde_ini} provides a serde @code{Serializer} and
|
|
||||||
@code{Deserializer} for the INI format.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public rust-serde-hjson-0.9
|
(define-public rust-serde-hjson-0.9
|
||||||
(package
|
(package
|
||||||
(name "rust-serde-hjson")
|
(name "rust-serde-hjson")
|
||||||
|
|
|
@ -569,6 +569,31 @@ for MinGW-w64 and MSVC (cross-)compile targets.")
|
||||||
server functionality.")
|
server functionality.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-serde-ini-0.2
|
||||||
|
(package
|
||||||
|
(name "rust-serde-ini")
|
||||||
|
(version "0.2.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "serde_ini" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0f8ir1bbcdyad50aj1c53dkiwr24x6dr88f045skl1xvwa3nc8zb"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-result" ,rust-result-1)
|
||||||
|
("rust-serde" ,rust-serde-1)
|
||||||
|
("rust-void" ,rust-void-1))))
|
||||||
|
(home-page "https://github.com/arcnmx/serde-ini")
|
||||||
|
(synopsis "Windows INI file {de,}serialization")
|
||||||
|
(description
|
||||||
|
"@code{serde_ini} provides a serde @code{Serializer} and
|
||||||
|
@code{Deserializer} for the INI format.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-windows-0.48
|
(define-public rust-windows-0.48
|
||||||
(package
|
(package
|
||||||
(name "rust-windows")
|
(name "rust-windows")
|
||||||
|
|
Reference in a new issue