mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-implib-0.3.
* gnu/packages/crates-windows.scm (rust-implib-0.3): New variable. Change-Id: Ia17f51f151fedc48549e98a2fa83564867c3eaf9
This commit is contained in:
parent
8421d101c1
commit
127d7d553c
1 changed files with 22 additions and 0 deletions
|
@ -365,6 +365,28 @@ inclusion of Windows resources in the most resilient fashion imaginable.")
|
||||||
API library @code{gdi32}.")
|
API library @code{gdi32}.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-implib-0.3
|
||||||
|
(package
|
||||||
|
(name "rust-implib")
|
||||||
|
(version "0.3.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "implib" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1n1bcfcsnng54ssf4hjknx87amz61j0kdis94f9kk7gnva07v9r7"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-memoffset" ,rust-memoffset-0.9)
|
||||||
|
("rust-object" ,rust-object-0.36))))
|
||||||
|
(home-page "https://github.com/messense/implib-rs")
|
||||||
|
(synopsis "Generate Windows import library from module definition file")
|
||||||
|
(description
|
||||||
|
"This package provides a way to generate a Windows import library from a
|
||||||
|
module definition file.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-ipconfig-0.3
|
(define-public rust-ipconfig-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-ipconfig")
|
(name "rust-ipconfig")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue