gnu: rust-tokio-core-0.1: Don't rely on deprecated features.
* gnu/packages/crates-io.scm (rust-tokio-core-0.1)[source]: Add snippet to remove 'tokio' feature from dependencies.
This commit is contained in:
		
							parent
							
								
									be5eb5e789
								
							
						
					
					
						commit
						fc6e26d07e
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -72531,7 +72531,11 @@ writing asynchronous I/O backed applications.")
 | 
			
		|||
        (string-append name "-" version ".tar.gz"))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32
 | 
			
		||||
         "0wbgg59mxfvrhzv97y56nh3gmnmw3jj9dhgkmvz27410jjxzpvxf"))))
 | 
			
		||||
         "0wbgg59mxfvrhzv97y56nh3gmnmw3jj9dhgkmvz27410jjxzpvxf"))
 | 
			
		||||
       (snippet
 | 
			
		||||
        #~(begin (use-modules (guix build utils))
 | 
			
		||||
                 (substitute* "Cargo.toml"
 | 
			
		||||
                   (("features = \\[\"tokio\"\\]") ""))))))
 | 
			
		||||
    (build-system cargo-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:cargo-inputs
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue