mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: rust-nickel-0.11: Move to (gnu packages crates-web).
* gnu/packages/crates-io.scm (rust-nickel-0.11): Move from here ... * gnu/packages/crates-web.scm: ... to here. Change-Id: I665d74fb547668b9f2a78d23e49d56a3c3b8ef65
This commit is contained in:
parent
c368b4e538
commit
7b29b2d7a6
2 changed files with 37 additions and 37 deletions
|
@ -42942,43 +42942,6 @@ (define-public rust-nibble-vec-0.1
|
|||
(description "NibbleVec is a data structure for storing a sequence of half-bytes.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-nickel-0.11
|
||||
(package
|
||||
(name "rust-nickel")
|
||||
(version "0.11.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "nickel" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1na619j2k0hkv5qhws7ccibzhn1v637f1vqwnsn2vnr84y1il1p5"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-compiletest-rs" ,rust-compiletest-rs-0.3)
|
||||
("rust-groupable" ,rust-groupable-0.2)
|
||||
("rust-hyper" ,rust-hyper-0.10)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-log" ,rust-log-0.3)
|
||||
("rust-modifier" ,rust-modifier-0.1)
|
||||
("rust-mustache" ,rust-mustache-0.9)
|
||||
("rust-plugin" ,rust-plugin-0.2)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-time" ,rust-time-0.1)
|
||||
("rust-typemap" ,rust-typemap-0.3)
|
||||
("rust-url" ,rust-url-1))))
|
||||
(home-page "https://nickel-org.github.io/")
|
||||
(synopsis "Web application framework for Rust")
|
||||
(description
|
||||
"@code{nickel.rs} is a simple and lightweight foundation for web
|
||||
applications written in Rust. Its API is inspired by the popular
|
||||
@code{express} framework for JavaScript.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-nitrokey-0.9
|
||||
(package
|
||||
(name "rust-nitrokey")
|
||||
|
|
|
@ -2277,6 +2277,43 @@ (define-public rust-iron-0.6
|
|||
and locking in the core framework.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-nickel-0.11
|
||||
(package
|
||||
(name "rust-nickel")
|
||||
(version "0.11.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "nickel" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1na619j2k0hkv5qhws7ccibzhn1v637f1vqwnsn2vnr84y1il1p5"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-compiletest-rs" ,rust-compiletest-rs-0.3)
|
||||
("rust-groupable" ,rust-groupable-0.2)
|
||||
("rust-hyper" ,rust-hyper-0.10)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-log" ,rust-log-0.3)
|
||||
("rust-modifier" ,rust-modifier-0.1)
|
||||
("rust-mustache" ,rust-mustache-0.9)
|
||||
("rust-plugin" ,rust-plugin-0.2)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-time" ,rust-time-0.1)
|
||||
("rust-typemap" ,rust-typemap-0.3)
|
||||
("rust-url" ,rust-url-1))))
|
||||
(home-page "https://nickel-org.github.io/")
|
||||
(synopsis "Web application framework for Rust")
|
||||
(description
|
||||
"@code{nickel.rs} is a simple and lightweight foundation for web
|
||||
applications written in Rust. Its API is inspired by the popular
|
||||
@code{express} framework for JavaScript.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-rocket-0.4
|
||||
(package
|
||||
(name "rust-rocket")
|
||||
|
|
Loading…
Reference in a new issue