guix-commits
[Top][All Lists]
Advanced

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

12/22: gnu: rust-threadpool-1.7: Don't hide package.


From: guix-commits
Subject: 12/22: gnu: rust-threadpool-1.7: Don't hide package.
Date: Tue, 18 Feb 2020 04:28:19 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 23b9d9271a46b7f703c01d975f2e1d5b2f67b83b
Author: Efraim Flashner <address@hidden>
AuthorDate: Tue Feb 18 10:50:10 2020 +0200

    gnu: rust-threadpool-1.7: Don't hide package.
    
    * gnu/packages/crates-io.scm (rust-threadpool-1.7)[arguments]: Add
    rust-num-cpus-1.11 to cargo-inputs.
    [properties]: Remove field.
---
 gnu/packages/crates-io.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 23a70a0..346a4f2 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13715,12 +13715,14 @@ different for every thread.")
          (base32
           "0rd89n1q7vy47w4c32cnynibffv9kj3jy3dwr0536n9lbw5ckw72"))))
     (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs
+       (("rust-num-cpus" ,rust-num-cpus-1.11))))
     (home-page "https://github.com/rust-threadpool/rust-threadpool";)
     (synopsis "Thread pool for running jobs on a fixed set of worker threads")
     (description
      "This package provides a thread pool for running a number of jobs on a
 fixed set of worker threads.")
-    (properties '((hidden? . #t)))
     (license (list license:asl2.0
                    license:expat))))
 



reply via email to

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