gnu: Add rust-windows-x86-64-msvc-0.36.
* gnu/packages/crates-io.scm (rust-windows-x86-64-msvc-0.36): New variable.
This commit is contained in:
		
							parent
							
								
									67e5b56960
								
							
						
					
					
						commit
						dbf0e1fd1c
					
				
					 1 changed files with 20 additions and 0 deletions
				
			
		| 
						 | 
					@ -74055,6 +74055,26 @@ configuration file and/or environment variables.")
 | 
				
			||||||
crate.")
 | 
					crate.")
 | 
				
			||||||
    (license (list license:expat license:asl2.0))))
 | 
					    (license (list license:expat license:asl2.0))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public rust-windows-x86-64-msvc-0.36
 | 
				
			||||||
 | 
					  (package
 | 
				
			||||||
 | 
					    (name "rust-windows-x86-64-msvc")
 | 
				
			||||||
 | 
					    (version "0.36.1")
 | 
				
			||||||
 | 
					    (source (origin
 | 
				
			||||||
 | 
					              (method url-fetch)
 | 
				
			||||||
 | 
					              (uri (crate-uri "windows_x86_64_msvc" version))
 | 
				
			||||||
 | 
					              (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
 | 
					              (sha256
 | 
				
			||||||
 | 
					               (base32
 | 
				
			||||||
 | 
					                "103n3xijm5vr7qxr1dps202ckfnv7njjnnfqmchg8gl5ii5cl4f8"))))
 | 
				
			||||||
 | 
					    (build-system cargo-build-system)
 | 
				
			||||||
 | 
					    (arguments
 | 
				
			||||||
 | 
					     `(#:skip-build? #t))
 | 
				
			||||||
 | 
					    (home-page "https://github.com/microsoft/windows-rs")
 | 
				
			||||||
 | 
					    (synopsis "Code gen support for the windows crate")
 | 
				
			||||||
 | 
					    (description "This package provides code gen support for the windows
 | 
				
			||||||
 | 
					crate.")
 | 
				
			||||||
 | 
					    (license (list license:expat license:asl2.0))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public rust-windows-x86-64-msvc-0.32
 | 
					(define-public rust-windows-x86-64-msvc-0.32
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "rust-windows-x86-64-msvc")
 | 
					    (name "rust-windows-x86-64-msvc")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue