mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: rust-libgit2-sys-0.12: Remove bundled library.
* gnu/packages/crates-io.scm (rust-libgit2-sys-0.12)[source]: Add snippet to remove bundled libgit2 source.
This commit is contained in:
parent
937bc58414
commit
063f6dfc37
1 changed files with 4 additions and 1 deletions
|
@ -13930,7 +13930,10 @@ (define-public rust-libgit2-sys-0.12
|
|||
(uri (crate-uri "libgit2-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0jgmp69a53lki14p8pigxniwyl755lhqzl0r56ppqps9wrcay9cg"))))
|
||||
(base32 "0jgmp69a53lki14p8pigxniwyl755lhqzl0r56ppqps9wrcay9cg"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin (delete-file-recursively "libgit2") #t))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue