gnu: Add rust-cgl-0.2.
* gnu/packages/crates-io.scm (rust-cgl-0.2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									0389f288d6
								
							
						
					
					
						commit
						23b1519e90
					
				
					 1 changed files with 20 additions and 0 deletions
				
			
		|  | @ -1769,6 +1769,26 @@ depending on a large number of #[cfg] parameters.  Structured like an | |||
|     (description "Rust bindings for CGL on Mac.") | ||||
|     (license (list license:expat license:asl2.0)))) | ||||
| 
 | ||||
| (define-public rust-cgl-0.2 | ||||
|   (package | ||||
|     (inherit rust-cgl-0.3) | ||||
|     (name "rust-cgl") | ||||
|     (version "0.2.3") | ||||
|     (source | ||||
|      (origin | ||||
|        (method url-fetch) | ||||
|        (uri (crate-uri "cgl" version)) | ||||
|        (file-name | ||||
|         (string-append name "-" version ".tar.gz")) | ||||
|        (sha256 | ||||
|         (base32 | ||||
|          "0j8ayr8pbwvyv6l8r7m5z197rs3pqn97085w9j4rfn7yfh5yrrsm")))) | ||||
|     (arguments | ||||
|      `(#:skip-build? #t     ; only available on macOS | ||||
|        #:cargo-inputs | ||||
|        (("rust-gleam" ,rust-gleam-0.6) | ||||
|         ("rust-libc" ,rust-libc-0.2)))))) | ||||
| 
 | ||||
| (define-public rust-ci-info-0.3 | ||||
|   (package | ||||
|     (name "rust-ci-info") | ||||
|  |  | |||
		Reference in a new issue