gnu: rust-futures-util-preview-0.3: Don't skip build.
* gnu/packages/crates-io.scm (rust-futures-util-preview-0.3)[arguments]: Don't skip build. Skip tests. Replace rust-rand-0.4 with 0.7 in cargo-inputs. Remove rust-rand-core-0.5.
This commit is contained in:
		
							parent
							
								
									6de81dd2d8
								
							
						
					
					
						commit
						07bf6cbc49
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
					@ -6031,7 +6031,7 @@ for the futures-rs library.")
 | 
				
			||||||
         "0kizm86wgr5qldyavskfi0r1msg6m4x2pkj0d4r04br2ig29i0dg"))))
 | 
					         "0kizm86wgr5qldyavskfi0r1msg6m4x2pkj0d4r04br2ig29i0dg"))))
 | 
				
			||||||
    (build-system cargo-build-system)
 | 
					    (build-system cargo-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:skip-build? #t
 | 
					     `(#:tests? #f
 | 
				
			||||||
       #:cargo-inputs
 | 
					       #:cargo-inputs
 | 
				
			||||||
       (("rust-futures" ,rust-futures-0.1)
 | 
					       (("rust-futures" ,rust-futures-0.1)
 | 
				
			||||||
        ("rust-futures-channel-preview" ,rust-futures-channel-preview-0.3)
 | 
					        ("rust-futures-channel-preview" ,rust-futures-channel-preview-0.3)
 | 
				
			||||||
| 
						 | 
					@ -6044,8 +6044,7 @@ for the futures-rs library.")
 | 
				
			||||||
        ("rust-pin-utils" ,rust-pin-utils-0.1)
 | 
					        ("rust-pin-utils" ,rust-pin-utils-0.1)
 | 
				
			||||||
        ("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5)
 | 
					        ("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5)
 | 
				
			||||||
        ("rust-proc-macro-nested" ,rust-proc-macro-nested-0.1)
 | 
					        ("rust-proc-macro-nested" ,rust-proc-macro-nested-0.1)
 | 
				
			||||||
        ("rust-rand" ,rust-rand-0.4)
 | 
					        ("rust-rand" ,rust-rand-0.7)
 | 
				
			||||||
        ("rust-rand-core" ,rust-rand-core-0.5)
 | 
					 | 
				
			||||||
        ("rust-slab" ,rust-slab-0.4)
 | 
					        ("rust-slab" ,rust-slab-0.4)
 | 
				
			||||||
        ("rust-tokio-io" ,rust-tokio-io-0.1))))
 | 
					        ("rust-tokio-io" ,rust-tokio-io-0.1))))
 | 
				
			||||||
    (home-page "https://github.com/rust-lang/futures-rs")
 | 
					    (home-page "https://github.com/rust-lang/futures-rs")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue