me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-is-wsl-0.4.

* gnu/packages/crates-io.scm (rust-is-wsl-0.4): New variable.

Change-Id: Ida22a47dab92014fc5c598ce3feca74d0c0c01b9
master
Efraim Flashner 2024-03-28 11:07:34 +02:00
parent 521f6c2cf1
commit f7fa61571a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 23 additions and 0 deletions

View File

@ -33894,6 +33894,29 @@ whether or not a given path points to an executable file.")
stream runs in a TTY.")
(license license:expat)))
(define-public rust-is-wsl-0.4
(package
(name "rust-is-wsl")
(version "0.4.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "is-wsl" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "19bs5pq221d4bknnwiqqkqrnsx2in0fsk8fylxm1747iim4hjdhp"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-is-docker" ,rust-is-docker-0.2)
("rust-once-cell" ,rust-once-cell-1))))
(home-page "https://github.com/TheLarkInn/is-wsl")
(synopsis
"Checks if the process is running inside Windows Subsystem for Linux")
(description
"This package provides functions to check if the process is running inside
Windows Subsystem for Linux.")
(license license:expat)))
(define-public rust-iso8601-0.4
(package
(name "rust-iso8601")