gnu: rust-tui-0.15: Fix building.
* gnu/packages/crates-io.scm (rust-tui-0.15)[arguments]: Don't skip building. Add cargo-test-flags. [cargo-development-inputs]: Add rust-argh-0.1, rust-rand-0.8. Change-Id: Ie8c383206d3baf8ac4a41a97dec8de11f296f49b Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									dbd20d143a
								
							
						
					
					
						commit
						477c9aaa8f
					
				
					 1 changed files with 15 additions and 12 deletions
				
			
		| 
						 | 
				
			
			@ -84154,18 +84154,21 @@ or dashboards.")
 | 
			
		|||
       (sha256
 | 
			
		||||
        (base32 "0w9azg9zj1nnwcwbra9pxrwy47ab0m2bhanbkchydv8lscx8y7c6"))))
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:skip-build? #t
 | 
			
		||||
       #:cargo-inputs
 | 
			
		||||
       (("rust-bitflags" ,rust-bitflags-1)
 | 
			
		||||
        ("rust-cassowary" ,rust-cassowary-0.3)
 | 
			
		||||
        ("rust-crossterm" ,rust-crossterm-0.19)
 | 
			
		||||
        ("rust-easycurses" ,rust-easycurses-0.12)
 | 
			
		||||
        ("rust-pancurses" ,rust-pancurses-0.16)
 | 
			
		||||
        ("rust-rustbox" ,rust-rustbox-0.11)
 | 
			
		||||
        ("rust-serde" ,rust-serde-1)
 | 
			
		||||
        ("rust-termion" ,rust-termion-1)
 | 
			
		||||
        ("rust-unicode-segmentation" ,rust-unicode-segmentation-1)
 | 
			
		||||
        ("rust-unicode-width" ,rust-unicode-width-0.1))))))
 | 
			
		||||
     `(#:cargo-test-flags `("--"
 | 
			
		||||
                            "--skip=buffer::tests::index_of_panics_on_out_of_bounds"
 | 
			
		||||
                            "--skip=buffer::tests::pos_of_panics_on_out_of_bounds")
 | 
			
		||||
       #:cargo-inputs (("rust-bitflags" ,rust-bitflags-1)
 | 
			
		||||
                       ("rust-cassowary" ,rust-cassowary-0.3)
 | 
			
		||||
                       ("rust-crossterm" ,rust-crossterm-0.19)
 | 
			
		||||
                       ("rust-easycurses" ,rust-easycurses-0.12)
 | 
			
		||||
                       ("rust-pancurses" ,rust-pancurses-0.16)
 | 
			
		||||
                       ("rust-rustbox" ,rust-rustbox-0.11)
 | 
			
		||||
                       ("rust-serde" ,rust-serde-1)
 | 
			
		||||
                       ("rust-termion" ,rust-termion-1)
 | 
			
		||||
                       ("rust-unicode-segmentation" ,rust-unicode-segmentation-1)
 | 
			
		||||
                       ("rust-unicode-width" ,rust-unicode-width-0.1))
 | 
			
		||||
       #:cargo-development-inputs (("rust-argh" ,rust-argh-0.1)
 | 
			
		||||
                                   ("rust-rand" ,rust-rand-0.8))))))
 | 
			
		||||
 | 
			
		||||
(define-public rust-tui-react-0.20
 | 
			
		||||
  (package
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue