gnu: Add rust-system-configuration-sys-0.5.
* gnu/packages/crates-io.scm (rust-system-configuration-sys-0.5): New variable. Change-Id: Ia293762dd0a7ec9439e6a13e31fe322752175b61
This commit is contained in:
parent
ba1328ddf4
commit
a13fdb601f
1 changed files with 21 additions and 0 deletions
|
@ -77331,6 +77331,27 @@ processors, disks, components and networks.")
|
|||
("rust-log" ,rust-log-0.3)
|
||||
("rust-unix-socket" ,rust-unix-socket-0.5))))))
|
||||
|
||||
(define-public rust-system-configuration-sys-0.5
|
||||
(package
|
||||
(name "rust-system-configuration-sys")
|
||||
(version "0.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "system-configuration-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1jckxvdr37bay3i9v52izgy52dg690x5xfg3hd394sv2xf4b2px7"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-core-foundation-sys" ,rust-core-foundation-sys-0.8)
|
||||
("rust-libc" ,rust-libc-0.2))))
|
||||
(home-page "https://github.com/mullvad/system-configuration-rs")
|
||||
(synopsis "Low level bindings to SystemConfiguration framework for macOS")
|
||||
(description
|
||||
"Low level bindings to @code{SystemConfiguration} framework for @code{macOS}.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-system-deps-6
|
||||
(package
|
||||
(name "rust-system-deps")
|
||||
|
|
Reference in a new issue