gnu: rust-parking-lot-core-0.9: Fix build.
* gnu/packages/crates-io.scm (rust-parking-lot-core-0.9)[arguments]: Do not skip build; add rust-windows-sys-0.36.
This commit is contained in:
		
							parent
							
								
									d5f3ad8283
								
							
						
					
					
						commit
						b9fa04fb2c
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -41727,15 +41727,15 @@ synchronization primitives.") | |||
|                 "0ab95rljb99rm51wcic16jgbajcr6lgbqkrr21w7bc2wyb5pk8h9")))) | ||||
|     (build-system cargo-build-system) | ||||
|     (arguments | ||||
|      `(#:skip-build? #t | ||||
|        #:cargo-inputs | ||||
|      `(#:cargo-inputs | ||||
|        (("rust-backtrace" ,rust-backtrace-0.3) | ||||
|         ("rust-cfg-if" ,rust-cfg-if-1) | ||||
|         ("rust-libc" ,rust-libc-0.2) | ||||
|         ("rust-petgraph" ,rust-petgraph-0.6) | ||||
|         ("rust-redox-syscall" ,rust-redox-syscall-0.2) | ||||
|         ("rust-smallvec" ,rust-smallvec-1) | ||||
|         ("rust-thread-id" ,rust-thread-id-4)))) | ||||
|         ("rust-thread-id" ,rust-thread-id-4) | ||||
|         ("rust-windows-sys" ,rust-windows-sys-0.36)))) | ||||
|     (home-page "https://github.com/Amanieu/parking_lot") | ||||
|     (synopsis "API for creating custom synchronization primitives") | ||||
|     (description "This package provides an advanced API for creating custom | ||||
|  |  | |||
		Reference in a new issue