guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: rust-libgit2-sys-0.12: Remove bundled librar


From: guix-commits
Subject: branch master updated: gnu: rust-libgit2-sys-0.12: Remove bundled library.
Date: Sun, 06 Dec 2020 02:23:59 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 063f6df  gnu: rust-libgit2-sys-0.12: Remove bundled library.
063f6df is described below

commit 063f6dfc37a674b24ca75fd20530a8039bddfd8f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Dec 6 09:22:11 2020 +0200

    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.
---
 gnu/packages/crates-io.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index eb39a04..78fa6a1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13930,7 +13930,10 @@ algorithm and related formats (ZLIB, GZIP).")
        (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]