gnu: Add rust-skim-0.10.
* gnu/packages/crates-io.scm (rust-skim-0.10): New variable. Change-Id: I773f3c493042f1378e430e47342a2f706654ce0f
This commit is contained in:
		
							parent
							
								
									4f9ad3df89
								
							
						
					
					
						commit
						76b507ad19
					
				
					 1 changed files with 39 additions and 0 deletions
				
			
		| 
						 | 
					@ -67309,6 +67309,45 @@ designed for @code{immutable.rs}.")
 | 
				
			||||||
     "Test your Rust markdown documentation via Cargo.")
 | 
					     "Test your Rust markdown documentation via Cargo.")
 | 
				
			||||||
    (license (list license:expat license:asl2.0))))
 | 
					    (license (list license:expat license:asl2.0))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public rust-skim-0.10
 | 
				
			||||||
 | 
					  (package
 | 
				
			||||||
 | 
					    (name "rust-skim")
 | 
				
			||||||
 | 
					    (version "0.10.4")
 | 
				
			||||||
 | 
					    (source
 | 
				
			||||||
 | 
					     (origin
 | 
				
			||||||
 | 
					       (method url-fetch)
 | 
				
			||||||
 | 
					       (uri (crate-uri "skim" version))
 | 
				
			||||||
 | 
					       (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
 | 
					       (sha256
 | 
				
			||||||
 | 
					        (base32 "0chgv9nr8cmlf2mg2k94igh3m5svjsfxxwbnl21xsb6blvh8vlp5"))))
 | 
				
			||||||
 | 
					    (build-system cargo-build-system)
 | 
				
			||||||
 | 
					    (arguments
 | 
				
			||||||
 | 
					     `(#:cargo-inputs (("rust-atty" ,rust-atty-0.2)
 | 
				
			||||||
 | 
					                       ("rust-beef" ,rust-beef-0.5)
 | 
				
			||||||
 | 
					                       ("rust-bitflags" ,rust-bitflags-1)
 | 
				
			||||||
 | 
					                       ("rust-chrono" ,rust-chrono-0.4)
 | 
				
			||||||
 | 
					                       ("rust-clap" ,rust-clap-3)
 | 
				
			||||||
 | 
					                       ("rust-crossbeam" ,rust-crossbeam-0.8)
 | 
				
			||||||
 | 
					                       ("rust-defer-drop" ,rust-defer-drop-1)
 | 
				
			||||||
 | 
					                       ("rust-derive-builder" ,rust-derive-builder-0.11)
 | 
				
			||||||
 | 
					                       ("rust-env-logger" ,rust-env-logger-0.9)
 | 
				
			||||||
 | 
					                       ("rust-fuzzy-matcher" ,rust-fuzzy-matcher-0.3)
 | 
				
			||||||
 | 
					                       ("rust-lazy-static" ,rust-lazy-static-1)
 | 
				
			||||||
 | 
					                       ("rust-log" ,rust-log-0.4)
 | 
				
			||||||
 | 
					                       ("rust-nix" ,rust-nix-0.25)
 | 
				
			||||||
 | 
					                       ("rust-rayon" ,rust-rayon-1)
 | 
				
			||||||
 | 
					                       ("rust-regex" ,rust-regex-1)
 | 
				
			||||||
 | 
					                       ("rust-shlex" ,rust-shlex-1)
 | 
				
			||||||
 | 
					                       ("rust-time" ,rust-time-0.3)
 | 
				
			||||||
 | 
					                       ("rust-timer" ,rust-timer-0.2)
 | 
				
			||||||
 | 
					                       ("rust-tuikit" ,rust-tuikit-0.5)
 | 
				
			||||||
 | 
					                       ("rust-unicode-width" ,rust-unicode-width-0.1)
 | 
				
			||||||
 | 
					                       ("rust-vte" ,rust-vte-0.11))))
 | 
				
			||||||
 | 
					    (home-page "https://github.com/lotabout/skim")
 | 
				
			||||||
 | 
					    (synopsis "Fuzzy Finder in rust")
 | 
				
			||||||
 | 
					    (description "This package provides a fuzzy finder in Rust.")
 | 
				
			||||||
 | 
					    (license license:expat)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public rust-slab-0.4
 | 
					(define-public rust-slab-0.4
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "rust-slab")
 | 
					    (name "rust-slab")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue