me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-normalize-path-0.2.

* gnu/packages/crates-io.scm (rust-normalize-path-0.2): New variable.

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

View File

@ -44995,6 +44995,24 @@ combinators library (fork for proposals for v8)")
nothing.")
(license license:expat)))
(define-public rust-normalize-path-0.2
(package
(name "rust-normalize-path")
(version "0.2.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "normalize-path" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0bc919zp34b9312wqd92jbi3xa9gxljxh8nfw7v6sk7znb98shzm"))))
(build-system cargo-build-system)
(home-page "https://github.com/cargo-bins/cargo-binstall")
(synopsis "Like canonicalize, but without performing I/O")
(description "This package provides a rust function like canonicalize, but
without performing I/O.")
(license (list license:asl2.0 license:expat))))
(define-public rust-normalize-line-endings-0.3
(package
(name "rust-normalize-line-endings")