gnu: rust-ws2-32-sys-0.2: Move to (gnu packages crates-windows).
* gnu/packages/crates-io.scm (rust-ws2-32-sys-0.2): Move from here ... * gnu/packages/crates-windows.scm: ... to here. Change-Id: I468228276166fc03c53baf00b2d7c480bfb2b121
This commit is contained in:
		
							parent
							
								
									6cc1287774
								
							
						
					
					
						commit
						31a026b252
					
				
					 2 changed files with 24 additions and 24 deletions
				
			
		| 
						 | 
					@ -82494,30 +82494,6 @@ combinators library.")
 | 
				
			||||||
serialization.")
 | 
					serialization.")
 | 
				
			||||||
    (license (list license:expat license:asl2.0))))
 | 
					    (license (list license:expat license:asl2.0))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public rust-ws2-32-sys-0.2
 | 
					 | 
				
			||||||
  (package
 | 
					 | 
				
			||||||
    (name "rust-ws2-32-sys")
 | 
					 | 
				
			||||||
    (version "0.2.1")
 | 
					 | 
				
			||||||
    (source
 | 
					 | 
				
			||||||
      (origin
 | 
					 | 
				
			||||||
        (method url-fetch)
 | 
					 | 
				
			||||||
        (uri (crate-uri "ws2_32-sys" version))
 | 
					 | 
				
			||||||
        (file-name (string-append name "-" version ".tar.gz"))
 | 
					 | 
				
			||||||
        (sha256
 | 
					 | 
				
			||||||
         (base32
 | 
					 | 
				
			||||||
          "0ppscg5qfqaw0gzwv2a4nhn5bn01ff9iwn6ysqnzm4n8s3myz76m"))))
 | 
					 | 
				
			||||||
    (build-system cargo-build-system)
 | 
					 | 
				
			||||||
    (arguments
 | 
					 | 
				
			||||||
     `(#:skip-build? #t
 | 
					 | 
				
			||||||
       #:cargo-inputs
 | 
					 | 
				
			||||||
       (("rust-winapi" ,rust-winapi-0.2)
 | 
					 | 
				
			||||||
        ("rust-winapi-build" ,rust-winapi-build-0.1))))
 | 
					 | 
				
			||||||
    (home-page "https://github.com/retep998/winapi-rs")
 | 
					 | 
				
			||||||
    (synopsis "Function definitions for the Windows API library ws2_32")
 | 
					 | 
				
			||||||
    (description
 | 
					 | 
				
			||||||
     "Contains function definitions for the Windows API library ws2_32.")
 | 
					 | 
				
			||||||
    (license license:expat)))
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
(define-public rust-wycheproof-0.5
 | 
					(define-public rust-wycheproof-0.5
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "rust-wycheproof")
 | 
					    (name "rust-wycheproof")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1133,6 +1133,30 @@ API but without hiding any functionality.")
 | 
				
			||||||
for Rust.")
 | 
					for Rust.")
 | 
				
			||||||
    (license (list license:expat license:asl2.0))))
 | 
					    (license (list license:expat license:asl2.0))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public rust-ws2-32-sys-0.2
 | 
				
			||||||
 | 
					  (package
 | 
				
			||||||
 | 
					    (name "rust-ws2-32-sys")
 | 
				
			||||||
 | 
					    (version "0.2.1")
 | 
				
			||||||
 | 
					    (source
 | 
				
			||||||
 | 
					      (origin
 | 
				
			||||||
 | 
					        (method url-fetch)
 | 
				
			||||||
 | 
					        (uri (crate-uri "ws2_32-sys" version))
 | 
				
			||||||
 | 
					        (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
 | 
					        (sha256
 | 
				
			||||||
 | 
					         (base32
 | 
				
			||||||
 | 
					          "0ppscg5qfqaw0gzwv2a4nhn5bn01ff9iwn6ysqnzm4n8s3myz76m"))))
 | 
				
			||||||
 | 
					    (build-system cargo-build-system)
 | 
				
			||||||
 | 
					    (arguments
 | 
				
			||||||
 | 
					     `(#:skip-build? #t
 | 
				
			||||||
 | 
					       #:cargo-inputs
 | 
				
			||||||
 | 
					       (("rust-winapi" ,rust-winapi-0.2)
 | 
				
			||||||
 | 
					        ("rust-winapi-build" ,rust-winapi-build-0.1))))
 | 
				
			||||||
 | 
					    (home-page "https://github.com/retep998/winapi-rs")
 | 
				
			||||||
 | 
					    (synopsis "Function definitions for the Windows API library ws2_32")
 | 
				
			||||||
 | 
					    (description
 | 
				
			||||||
 | 
					     "Contains function definitions for the Windows API library ws2_32.")
 | 
				
			||||||
 | 
					    (license license:expat)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public rust-windows-0.48
 | 
					(define-public rust-windows-0.48
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "rust-windows")
 | 
					    (name "rust-windows")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue