mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 03:44:06 -05:00
gnu: Add rust-symlink-0.1.
* gnu/packages/crates-io.scm (rust-symlink-0.1): New variable. Change-Id: Ie8a9ae16859695843d8c330147b8d415c29b5246
This commit is contained in:
parent
4ed20f7c54
commit
dc4589c56a
1 changed files with 17 additions and 0 deletions
|
@ -70760,6 +70760,23 @@ (define-public rust-swayipc-types-1
|
|||
interface")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-symlink-0.1
|
||||
(package
|
||||
(name "rust-symlink")
|
||||
(version "0.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "symlink" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "02h1i0b81mxb4vns4xrvrfibpcvs7jqqav8p3yilwik8cv73r5x7"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://gitlab.com/chris-morgan/symlink")
|
||||
(synopsis "Create symlinks in a cross-platform manner")
|
||||
(description "Create symlinks in a cross-platform manner.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-symphonia-0.4
|
||||
(package
|
||||
(name "rust-symphonia")
|
||||
|
|
Loading…
Reference in a new issue