mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: Add rust-detect-desktop-environment-0.2.
* gnu/packages/crates-io.scm (rust-detect-desktop-environment-0.2): New variable. Change-Id: I6db59aa11d7acf9dac25f9a0e31fbaac371b2684
This commit is contained in:
parent
d879eb7856
commit
3f7da4b4d1
1 changed files with 14 additions and 0 deletions
|
@ -21830,6 +21830,20 @@ (define-public rust-detect-desktop-environment-1
|
|||
(description "This package provides autodetect for the desktop environment.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-detect-desktop-environment-0.2
|
||||
(package
|
||||
(inherit rust-detect-desktop-environment-1)
|
||||
(name "rust-detect-desktop-environment")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "detect-desktop-environment" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0408nmfgb54wqigjpqxwcxy5jp4ni1fjvynqdgpa84svvmhavn11"))))
|
||||
(arguments '())))
|
||||
|
||||
(define-public rust-detone-1
|
||||
(package
|
||||
(name "rust-detone")
|
||||
|
|
Loading…
Reference in a new issue