mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: Add rust-simple-logging-2.
* gnu/packages/crates-io.scm (rust-simple-logging-2): New variable. Change-Id: I6bb042cb78561f370bd7bdadc6666167a2b544d1
This commit is contained in:
parent
ecf6ee8cd2
commit
ff9a8377e9
1 changed files with 22 additions and 0 deletions
|
@ -69668,6 +69668,28 @@ (define-public rust-simple-logger-1
|
|||
("rust-log" ,rust-log-0.4)
|
||||
("rust-winapi" ,rust-winapi-0.3))))))
|
||||
|
||||
(define-public rust-simple-logging-2
|
||||
(package
|
||||
(name "rust-simple-logging")
|
||||
(version "2.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "simple-logging" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0hmm523f0ax76yljf3z178rn9cm0q6knwa52haqnnckmavl4h3dh"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-thread-id" ,rust-thread-id-3))
|
||||
#:cargo-development-inputs (("rust-regex" ,rust-regex-1))))
|
||||
(home-page "https://github.com/Ereski/simple-logging")
|
||||
(synopsis "Simple logger for the log facade")
|
||||
(description "This package provides a simple logger for the log facade.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public rust-simple-mutex-1
|
||||
(package
|
||||
(name "rust-simple-mutex")
|
||||
|
|
Loading…
Reference in a new issue