mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 13:40:20 +01:00
gnu: rust-dunce-1: Move to (gnu packages crates-windows).
* gnu/packages/crates-io.scm (rust-dunce-1): Move from here ... * gnu/packages/crates-windows.scm: ... to here. Change-Id: I230d2476df38f735cb20a4b375befa6e9ae94509
This commit is contained in:
parent
f5128a6f50
commit
1f26de02f0
3 changed files with 23 additions and 22 deletions
|
@ -21769,28 +21769,6 @@ Rust.")
|
||||||
"A library for running child processes.")
|
"A library for running child processes.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-dunce-1
|
|
||||||
(package
|
|
||||||
(name "rust-dunce")
|
|
||||||
(version "1.0.4")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "dunce" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "0fqcbwfclldbknmawi69l6zyncaiqzxkpbybcb2cc7jmlxnqrkjn"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(home-page "https://gitlab.com/kornelski/dunce")
|
|
||||||
(synopsis "Normalize Windows paths to the most compatible format")
|
|
||||||
(description
|
|
||||||
"This crate converts Windows UNC paths to the MS-DOS-compatible format
|
|
||||||
whenever possible, but leaves UNC paths as-is when they can't be unambiguously
|
|
||||||
expressed in a simpler way. This allows legacy programs to access all paths
|
|
||||||
they can possibly access, and doesn't break any paths for UNC-aware
|
|
||||||
programs.")
|
|
||||||
(license (list license:cc0 license:expat-0 license:asl2.0))))
|
|
||||||
|
|
||||||
(define-public rust-dyn-clone-1
|
(define-public rust-dyn-clone-1
|
||||||
(package
|
(package
|
||||||
(name "rust-dyn-clone")
|
(name "rust-dyn-clone")
|
||||||
|
|
|
@ -185,6 +185,28 @@ Windows Credential Manager.")
|
||||||
"This package provides a library which provides an interface for @code{ConPTY}.")
|
"This package provides a library which provides an interface for @code{ConPTY}.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-dunce-1
|
||||||
|
(package
|
||||||
|
(name "rust-dunce")
|
||||||
|
(version "1.0.4")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "dunce" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0fqcbwfclldbknmawi69l6zyncaiqzxkpbybcb2cc7jmlxnqrkjn"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(home-page "https://gitlab.com/kornelski/dunce")
|
||||||
|
(synopsis "Normalize Windows paths to the most compatible format")
|
||||||
|
(description
|
||||||
|
"This crate converts Windows UNC paths to the MS-DOS-compatible format
|
||||||
|
whenever possible, but leaves UNC paths as-is when they can't be unambiguously
|
||||||
|
expressed in a simpler way. This allows legacy programs to access all paths
|
||||||
|
they can possibly access, and doesn't break any paths for UNC-aware
|
||||||
|
programs.")
|
||||||
|
(license (list license:cc0 license:expat-0 license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-windows-0.48
|
(define-public rust-windows-0.48
|
||||||
(package
|
(package
|
||||||
(name "rust-windows")
|
(name "rust-windows")
|
||||||
|
|
|
@ -48,6 +48,7 @@
|
||||||
#:use-module (gnu packages compression)
|
#:use-module (gnu packages compression)
|
||||||
#:use-module (gnu packages crates-graphics)
|
#:use-module (gnu packages crates-graphics)
|
||||||
#:use-module (gnu packages crates-io)
|
#:use-module (gnu packages crates-io)
|
||||||
|
#:use-module (gnu packages crates-windows)
|
||||||
#:use-module (gnu packages curl)
|
#:use-module (gnu packages curl)
|
||||||
#:use-module (gnu packages documentation)
|
#:use-module (gnu packages documentation)
|
||||||
#:use-module (gnu packages groff)
|
#:use-module (gnu packages groff)
|
||||||
|
|
Loading…
Add table
Reference in a new issue