me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-nom-1.2.

* gnu/packages/crates-io.scm (rust-nom-1.2): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
John Soo 2020-01-31 20:55:48 -08:00 committed by Efraim Flashner
parent db4dcf73ec
commit 743ead2b47
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 18 additions and 0 deletions

View File

@ -6833,6 +6833,24 @@ implementation (which is unstable / requires nightly).")
combinators library.")
(license license:expat)))
(define-public rust-nom-1.2
(package
(inherit rust-nom-4.2)
(name "rust-nom")
(version "1.2.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "nom" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1kjh42w67z1hh1dw3jrilgqrf54jk2xcvhw4rcdm4wclzmbc5f55"))))
(arguments
;; This is an ancient version and all inputs are optional.
`(#:skip-build? #t))))
(define-public rust-num-complex-0.2
(package
(name "rust-num-complex")