mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-mach-o-sys-0.1.
* gnu/package/crates-io.scm (rust-mach-o-sys-0.1): New variable.
This commit is contained in:
parent
a74ece550a
commit
c89bbc8ea2
1 changed files with 18 additions and 0 deletions
|
@ -12075,6 +12075,24 @@ implementation of LZMA and xz stream encoding/decoding.")
|
||||||
"This package provides a collection of great and ubiqutitous macros.")
|
"This package provides a collection of great and ubiqutitous macros.")
|
||||||
(license (list license:asl2.0 license:expat))))
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-mach-o-sys-0.1
|
||||||
|
(package
|
||||||
|
(name "rust-mach-o-sys")
|
||||||
|
(version "0.1.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "mach-o-sys" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "09l8p7nmzq37450x2h6nb7dzg1sk6dk36a5rkcrcy81zm21lb19y"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(home-page "https://github.com/fitzgen/mach_o_sys")
|
||||||
|
(synopsis "Bindings to the OSX mach-o system library")
|
||||||
|
(description "This package provides bindings to the OSX mach-o system
|
||||||
|
library")
|
||||||
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
(define-public rust-make-cmd-0.1
|
(define-public rust-make-cmd-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-make-cmd")
|
(name "rust-make-cmd")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue