gnu: rust-quickcheck-0.8: Don't skip build.
* gnu/packages/crates-io.scm (rust-quichcheck-0.8)[arguments]: Don't skip build. Replace rust-rand-0.4 with 0.6, rust-rand-core-0.5 with 0.4 in cargo-inputs.
This commit is contained in:
		
							parent
							
								
									e351bfa882
								
							
						
					
					
						commit
						8940cfa211
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		|  | @ -9073,12 +9073,11 @@ to write.") | |||
|          "0mkl4wnvvjk4m32aq3an4ayfyvnmbxnzcybfm7n3fbsndb1xjdcw")))) | ||||
|     (build-system cargo-build-system) | ||||
|     (arguments | ||||
|      `(#:skip-build? #t | ||||
|        #:cargo-inputs | ||||
|      `(#:cargo-inputs | ||||
|        (("rust-env-logger" ,rust-env-logger-0.6) | ||||
|         ("rust-log" ,rust-log-0.4) | ||||
|         ("rust-rand" ,rust-rand-0.4) | ||||
|         ("rust-rand-core" ,rust-rand-core-0.5)))) | ||||
|         ("rust-rand" ,rust-rand-0.6) | ||||
|         ("rust-rand-core" ,rust-rand-core-0.4)))) | ||||
|     (home-page | ||||
|      "https://github.com/BurntSushi/quickcheck") | ||||
|     (synopsis | ||||
|  |  | |||
		Reference in a new issue