gnu: rust-remove-dir-all-0.5: Don't hide package.
* gnu/packages/crates-io.scm (rust-remove-dir-all-0.5)[arguments]: Skip build. Add rust-winapi-0.3 to cargo-inputs. Add rust-doc-comment-0.3 to cargo-development-inputs. [properties]: Remove field.
This commit is contained in:
		
							parent
							
								
									57c2ef35f7
								
							
						
					
					
						commit
						a198ee940f
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -8220,12 +8220,17 @@ uses finite automata and guarantees linear time matching on all inputs.")
 | 
			
		|||
         (base32
 | 
			
		||||
          "0bkrlyg26mgizpiy1yb2hhpgscxcag8r5fnckqsvk25608vzm0sa"))))
 | 
			
		||||
    (build-system cargo-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:skip-build? #t
 | 
			
		||||
       #:cargo-inputs
 | 
			
		||||
       (("rust-winapi" ,rust-winapi-0.3))
 | 
			
		||||
       #:cargo-development-inputs
 | 
			
		||||
       (("rust-doc-comment" ,rust-doc-comment-0.3))))
 | 
			
		||||
    (home-page "https://github.com/XAMPPRocky/remove_dir_all")
 | 
			
		||||
    (synopsis "Implementation of remove_dir_all for Windows")
 | 
			
		||||
    (description
 | 
			
		||||
     "This package provides a safe, reliable implementation of
 | 
			
		||||
@code{remove_dir_all} for Windows")
 | 
			
		||||
    (properties '((hidden? . #t)))
 | 
			
		||||
    (license (list license:asl2.0
 | 
			
		||||
                   license:expat))))
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue