guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/41: gnu: rust-pkg-config-0.3: Update to 0.3.17.


From: guix-commits
Subject: 12/41: gnu: rust-pkg-config-0.3: Update to 0.3.17.
Date: Tue, 11 Feb 2020 13:24:46 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit e7db83efe9d93722392b48eb447f708d9be50b3a
Author: Efraim Flashner <address@hidden>
AuthorDate: Tue Feb 11 17:21:30 2020 +0200

    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.
---
 gnu/packages/crates-io.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f85ad36..932c564 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -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))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]