me
/
guix
Archived
1
0
Fork 0

gnu: rust-pkg-config-0.3: Update to 0.3.17.

* gnu/packages/crates-io.scm (rust-pkg-config-0.3): Update to 0.3.17.
[arguments]: Add rust-lazy-static-1 to cargo-development-inputs.
[native-inputs]: Add pkg-config.
[properties]: Remove field.
master
Efraim Flashner 2020-02-11 17:21:30 +02:00
parent 7584246471
commit e7db83efe9
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 7 additions and 5 deletions

View File

@ -8645,7 +8645,7 @@ algorithms.")
(define-public rust-pkg-config-0.3
(package
(name "rust-pkg-config")
(version "0.3.14")
(version "0.3.17")
(source
(origin
(method url-fetch)
@ -8653,16 +8653,18 @@ algorithms.")
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"135ia995lqzr0gxpk85h0bjxf82kj6hbxdx924sh9jdln6r8wvk7"))))
"0xynnaxdv0gzadlw4h79j855k0q7rj4zb9xb1vk00nc6ss559nh5"))))
(build-system cargo-build-system)
;(inputs
; `(("pkg-config" ,pkg-config)))
(arguments
`(#:cargo-development-inputs
(("rust-lazy-static" ,rust-lazy-static-1))))
(native-inputs
`(("pkg-config" ,pkg-config)))
(home-page "https://github.com/rust-lang/pkg-config-rs")
(synopsis "Library to run the pkg-config system tool")
(description
"A library to run the pkg-config system tool at build time in order to be
used in Cargo build scripts.")
(properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))