Skip to content
Snippets Groups Projects
Unverified Commit b3987cd3 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: Add rust-locale-config-0.2.

* gnu/packages/crates-io.scm (rust-locale-config-0.2): New variable.
parent d77146e9
No related branches found
No related tags found
No related merge requests found
...@@ -11792,6 +11792,26 @@ (define-public rust-locale-config-0.3 ...@@ -11792,6 +11792,26 @@ (define-public rust-locale-config-0.3
by inspecting the system for user preference.") by inspecting the system for user preference.")
(license license:expat))) (license license:expat)))
   
(define-public rust-locale-config-0.2
(package
(inherit rust-locale-config-0.3)
(name "rust-locale-config")
(version "0.2.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "locale-config" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0p2kdgc1c9cq5bi2rpszbhkh7pdk1fwxhij37gayb2alwkmikb3k"))))
(arguments
`(#:cargo-inputs
(("rust-lazy-static" ,rust-lazy-static-1)
("rust-regex" ,rust-regex-1.3)
("rust-winapi" ,rust-winapi-0.3))))))
(define-public rust-lock-api-0.3 (define-public rust-lock-api-0.3
(package (package
(name "rust-lock-api") (name "rust-lock-api")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment