mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rust-winutil-0.1: Move to (gnu packages crates-windows).
* gnu/packages/crates-io.scm (rust-winutil-0.1): Move from here ... * gnu/packages/crates-windows.scm: ... to here. Change-Id: I5bc5faf1ad6c6c71d975a744255a4601b0ae466d
This commit is contained in:
parent
41c0346a83
commit
c218f4e995
2 changed files with 23 additions and 23 deletions
|
@ -82470,29 +82470,6 @@ (define-public rust-winnow-0.4
|
|||
("rust-memchr" ,rust-memchr-2)
|
||||
("rust-terminal-size" ,rust-terminal-size-0.2))))))
|
||||
|
||||
(define-public rust-winutil-0.1
|
||||
(package
|
||||
(name "rust-winutil")
|
||||
(version "0.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "winutil" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0vkyl3fbbf05n5ph5yz8sfaccrk9x3qsr25560w6w68ldf5i7bvx"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-winapi" ,rust-winapi-0.3))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://bitbucket.org/DaveLancaster/winutil")
|
||||
(synopsis "Library wrapping a handful of useful winapi functions")
|
||||
(description
|
||||
"A simple library wrapping a handful of useful winapi functions.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-wio-0.2
|
||||
(package
|
||||
(name "rust-wio")
|
||||
|
|
|
@ -1053,6 +1053,29 @@ (define-public rust-winres-0.1
|
|||
icons to windows executables and dynamic libraries.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-winutil-0.1
|
||||
(package
|
||||
(name "rust-winutil")
|
||||
(version "0.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "winutil" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0vkyl3fbbf05n5ph5yz8sfaccrk9x3qsr25560w6w68ldf5i7bvx"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-winapi" ,rust-winapi-0.3))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://bitbucket.org/DaveLancaster/winutil")
|
||||
(synopsis "Library wrapping a handful of useful winapi functions")
|
||||
(description
|
||||
"A simple library wrapping a handful of useful winapi functions.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-windows-0.48
|
||||
(package
|
||||
(name "rust-windows")
|
||||
|
|
Loading…
Reference in a new issue