gnu: Add rust-dwrote-0.9.
* gnu/packages/crates-io.scm (rust-dwrote-0.9): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									583b1648e4
								
							
						
					
					
						commit
						77c4aa0fd8
					
				
					 1 changed files with 29 additions and 0 deletions
				
			
		| 
						 | 
					@ -3106,6 +3106,35 @@ floating-point primitives to an @code{io::Write}.")
 | 
				
			||||||
     "A library for running child processes.")
 | 
					     "A library for running child processes.")
 | 
				
			||||||
    (license license:expat)))
 | 
					    (license license:expat)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public rust-dwrote-0.9
 | 
				
			||||||
 | 
					  (package
 | 
				
			||||||
 | 
					    (name "rust-dwrote")
 | 
				
			||||||
 | 
					    (version "0.9.0")
 | 
				
			||||||
 | 
					    (source
 | 
				
			||||||
 | 
					     (origin
 | 
				
			||||||
 | 
					       (method url-fetch)
 | 
				
			||||||
 | 
					       (uri (crate-uri "dwrote" version))
 | 
				
			||||||
 | 
					       (file-name
 | 
				
			||||||
 | 
					        (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
 | 
					       (sha256
 | 
				
			||||||
 | 
					        (base32
 | 
				
			||||||
 | 
					         "03gzl5pd90nlkmwqmbmjmyz47h7wlblbqrwv5a29npnv0ag3dl8b"))))
 | 
				
			||||||
 | 
					    (build-system cargo-build-system)
 | 
				
			||||||
 | 
					    (arguments
 | 
				
			||||||
 | 
					     `(#:skip-build? #t
 | 
				
			||||||
 | 
					       #:cargo-inputs
 | 
				
			||||||
 | 
					       (("rust-lazy-static" ,rust-lazy-static-1)
 | 
				
			||||||
 | 
					        ("rust-libc" ,rust-libc-0.2)
 | 
				
			||||||
 | 
					        ("rust-serde" ,rust-serde-1.0)
 | 
				
			||||||
 | 
					        ("rust-serde-derive" ,rust-serde-derive-1.0)
 | 
				
			||||||
 | 
					        ;("rust-wio" ,rust-wio-0.2)
 | 
				
			||||||
 | 
					        ("rust-winapi" ,rust-winapi-0.3))))
 | 
				
			||||||
 | 
					    (home-page "https://github.com/servo/dwrote-rs")
 | 
				
			||||||
 | 
					    (synopsis "Lightweight binding to DirectWrite")
 | 
				
			||||||
 | 
					    (description
 | 
				
			||||||
 | 
					     "This package provides lightweight binding to DirectWrite.")
 | 
				
			||||||
 | 
					    (license license:mpl2.0)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public rust-either-1.5
 | 
					(define-public rust-either-1.5
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "rust-either")
 | 
					    (name "rust-either")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue