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.
This commit is contained in:
		
							parent
							
								
									d4bcf89519
								
							
						
					
					
						commit
						23b9d9271a
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -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)))) | ||||
| 
 | ||||
|  |  | |||
		Reference in a new issue