gnu: Remove rust-want-0.0.
* gnu/packages/crates-io.scm (rust-want-0.0): Delete variable.
This commit is contained in:
		
							parent
							
								
									c21e783f16
								
							
						
					
					
						commit
						00068094dc
					
				
					 1 changed files with 0 additions and 20 deletions
				
			
		| 
						 | 
					@ -65099,26 +65099,6 @@ result.")
 | 
				
			||||||
    (description "Detect when another Future wants a result.")
 | 
					    (description "Detect when another Future wants a result.")
 | 
				
			||||||
    (license license:expat)))
 | 
					    (license license:expat)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public rust-want-0.0
 | 
					 | 
				
			||||||
  (package
 | 
					 | 
				
			||||||
    (inherit rust-want-0.3)
 | 
					 | 
				
			||||||
    (name "rust-want")
 | 
					 | 
				
			||||||
    (version "0.0.4")
 | 
					 | 
				
			||||||
    (source
 | 
					 | 
				
			||||||
     (origin
 | 
					 | 
				
			||||||
       (method url-fetch)
 | 
					 | 
				
			||||||
       (uri (crate-uri "want" version))
 | 
					 | 
				
			||||||
       (file-name (string-append name "-" version ".tar.gz"))
 | 
					 | 
				
			||||||
       (sha256
 | 
					 | 
				
			||||||
        (base32 "1l9mbh4a0r2m3s8nckhy1vz9qm6lxsswlgxpimf4pyjkcyb9spd0"))))
 | 
					 | 
				
			||||||
    (build-system cargo-build-system)
 | 
					 | 
				
			||||||
    (arguments
 | 
					 | 
				
			||||||
     `(#:skip-build? #t
 | 
					 | 
				
			||||||
       #:cargo-inputs
 | 
					 | 
				
			||||||
       (("rust-futures" ,rust-futures-0.1)
 | 
					 | 
				
			||||||
        ("rust-log" ,rust-log-0.4)
 | 
					 | 
				
			||||||
        ("rust-try-lock" ,rust-try-lock-0.1))))))
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
(define-public rust-warp-0.2
 | 
					(define-public rust-warp-0.2
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "rust-warp")
 | 
					    (name "rust-warp")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue