gnu: rust-libgit2-sys-0.7: Remove unused package.
* gnu/packages/crates-io.scm (rust-libgit2-sys-0.7): Delete variable.master
parent
b0c53f5c28
commit
8550b41744
|
@ -21920,32 +21920,6 @@ library.")
|
||||||
(snippet
|
(snippet
|
||||||
'(begin (delete-file-recursively "libgit2") #t))))))
|
'(begin (delete-file-recursively "libgit2") #t))))))
|
||||||
|
|
||||||
(define-public rust-libgit2-sys-0.7
|
|
||||||
(package
|
|
||||||
(inherit rust-libgit2-sys-0.8)
|
|
||||||
(name "rust-libgit2-sys")
|
|
||||||
(version "0.7.11")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "libgit2-sys" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1wcvg2qqra2aviasvqcscl8gb2rnjnd6h998wy5dlmf2bnriqi28"))
|
|
||||||
(modules '((guix build utils)))
|
|
||||||
(snippet
|
|
||||||
'(begin (delete-file-recursively "libgit2") #t))))
|
|
||||||
(arguments
|
|
||||||
`(#:cargo-inputs
|
|
||||||
(("rust-curl-sys" ,rust-curl-sys-0.4)
|
|
||||||
("rust-libc" ,rust-libc-0.2)
|
|
||||||
("rust-libssh2-sys" ,rust-libssh2-sys-0.2)
|
|
||||||
("rust-libz-sys" ,rust-libz-sys-1)
|
|
||||||
("rust-openssl-sys" ,rust-openssl-sys-0.9)
|
|
||||||
("rust-cc" ,rust-cc-1)
|
|
||||||
("rust-pkg-config" ,rust-pkg-config-0.3))))))
|
|
||||||
|
|
||||||
(define-public rust-libloading-0.6
|
(define-public rust-libloading-0.6
|
||||||
(package
|
(package
|
||||||
(name "rust-libloading")
|
(name "rust-libloading")
|
||||||
|
|
Reference in New Issue