mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: Add rust-paris-1.
* gnu/packages/crates-io.scm (rust-paris-1): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
d07a89d645
commit
b2015eba10
1 changed files with 21 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
||||||
;;; Copyright © 2021 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2021 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;; Copyright © 2021 Jacob Hrbek <kreyren@rixotstudio.cz>
|
;;; Copyright © 2021 Jacob Hrbek <kreyren@rixotstudio.cz>
|
||||||
;;; Copyright © 2021 Nicolas Graves <ngraves@ngraves.fr>
|
;;; Copyright © 2021 Nicolas Graves <ngraves@ngraves.fr>
|
||||||
|
;;; Copyright © 2022 Aleksandr Vityazev <avityazev@posteo.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -37067,6 +37068,26 @@ (define-public rust-parasailors-0.3
|
||||||
sequence alignment tools.")
|
sequence alignment tools.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-paris-1
|
||||||
|
(package
|
||||||
|
(name "rust-paris")
|
||||||
|
(version "1.5.9")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "paris" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0i8dy41v7malj279snap1z1awpyd7hfr1nc1s7kr2dvn8xhqb786"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments `(#:cargo-inputs (("rust-chrono" ,rust-chrono-0.4))))
|
||||||
|
(home-page "https://github.com/0x20F/paris")
|
||||||
|
(synopsis "Simple logger for CLI apps or things you want in the terminal")
|
||||||
|
(description
|
||||||
|
"This package provides a simple logger for CLI apps or other things you
|
||||||
|
want in the terminal.")
|
||||||
|
(license license:mpl2.0)))
|
||||||
|
|
||||||
(define-public rust-parity-tokio-ipc-0.4
|
(define-public rust-parity-tokio-ipc-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-parity-tokio-ipc")
|
(name "rust-parity-tokio-ipc")
|
||||||
|
|
Loading…
Reference in a new issue