mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: Remove rust-path-slash-0.1.
* gnu/packages/crates-io.scm (rust-path-slash-0.1): Delete variable.
This commit is contained in:
parent
68fa820422
commit
a47c902755
1 changed files with 0 additions and 21 deletions
|
@ -56083,27 +56083,6 @@ (define-public rust-pathfinder-simd-0.5
|
|||
(description "This package provides a simple SIMD Rust library.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-path-slash-0.1
|
||||
(package
|
||||
(name "rust-path-slash")
|
||||
(version "0.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "path-slash" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "06dnnmd3fvmr9ngwgj0xrfj9s8h09m9dgf3zlqsbalzk9wybpb1w"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t))
|
||||
(home-page "https://github.com/rhysd/path-slash")
|
||||
(synopsis "Conversion to/from a file path from/to slash path")
|
||||
(description
|
||||
"Path-slash is a tiny library to convert a file path (e.g., @samp{foo/bar},
|
||||
@samp{foo\bar} or @samp{C:\foo\bar}) from or to slash path (e.g.,
|
||||
@samp{foo/bar}, @samp{C:/foo/bar}).")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-paw-1
|
||||
(package
|
||||
(name "rust-paw")
|
||||
|
|
Loading…
Reference in a new issue