gnu: rust-numtoa-0.1: Don't hide package.
* gnu/packages/crates-io.scm (rust-numtoa-0.1)[arguments]: Skip tests. [properties]: Remove field.
This commit is contained in:
		
							parent
							
								
									a177e6d0b5
								
							
						
					
					
						commit
						449f25a258
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -7629,11 +7629,11 @@ giga, kibi.")
 | 
			
		|||
         (base32
 | 
			
		||||
          "1vs9rhggqbql1p26x8nkha1j06wawwgb2jp5fs88b5gi7prvvy5q"))))
 | 
			
		||||
    (build-system cargo-build-system)
 | 
			
		||||
    (arguments '(#:tests? #f))
 | 
			
		||||
    (home-page "https://gitlab.com/mmstick/numtoa")
 | 
			
		||||
    (synopsis "Convert numbers into stack-allocated byte arrays")
 | 
			
		||||
    (description
 | 
			
		||||
     "This package can convert numbers into stack-allocated byte arrays.")
 | 
			
		||||
    (properties '((hidden? . #t)))
 | 
			
		||||
    (license (list license:expat license:asl2.0))))
 | 
			
		||||
 | 
			
		||||
(define-public rust-object-0.12
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue