mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 02:59:17 -05:00
gnu: Add rust-cargo-credential-libsecret-0.3.
* gnu/packages/crates-io.scm (rust-cargo-credential-libsecret-0.3): New variable. Change-Id: Ia28e518b269ee0ccd95de5d1cfe973a76260aa13
This commit is contained in:
parent
ea08863fb6
commit
3aaf2e7673
1 changed files with 24 additions and 0 deletions
|
@ -11342,6 +11342,30 @@ (define-public rust-cargo-credential-0.3
|
||||||
"This package provides a library to assist writing Cargo credential helpers.")
|
"This package provides a library to assist writing Cargo credential helpers.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-cargo-credential-libsecret-0.3
|
||||||
|
(package
|
||||||
|
(name "rust-cargo-credential-libsecret")
|
||||||
|
(version "0.3.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "cargo-credential-libsecret" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1r1fahmdf1ihp7mfql443mwsa1byiyksfcm5pdh90rjynir97fzv"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-anyhow" ,rust-anyhow-1)
|
||||||
|
("rust-cargo-credential" ,rust-cargo-credential-0.3)
|
||||||
|
("rust-libloading" ,rust-libloading-0.8))))
|
||||||
|
(home-page "https://github.com/rust-lang/cargo")
|
||||||
|
(synopsis "Cargo credential process that stores tokens with GNOME libsecret")
|
||||||
|
(description
|
||||||
|
"This package provides a Cargo credential process that stores tokens with
|
||||||
|
GNOME libsecret.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-cargo-metadata-0.15
|
(define-public rust-cargo-metadata-0.15
|
||||||
(package
|
(package
|
||||||
(name "rust-cargo-metadata")
|
(name "rust-cargo-metadata")
|
||||||
|
|
Loading…
Reference in a new issue