guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: rust-vte-0.3: Remove precompiled binary from


From: guix-commits
Subject: branch master updated: gnu: rust-vte-0.3: Remove precompiled binary from source.
Date: Wed, 08 Feb 2023 09:31:10 -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 e5a381d0ca gnu: rust-vte-0.3: Remove precompiled binary from source.
e5a381d0ca is described below

commit e5a381d0ca565915cad066ef992d0aa38e887082
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 8 12:19:08 2023 +0200

    gnu: rust-vte-0.3: Remove precompiled binary from source.
    
    * gnu/packages/crates-io.scm (rust-vte-0.3)[source]: Add snippet to
    remove two bundled binaries.
    
    Reported-by: Andrius Štikonas
---
 gnu/packages/crates-io.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1203d10b67..bae25a7136 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2019 Ivan Petkov <ivanppetkov@gmail.com>
-;;; Copyright © 2019, 2020, 2021, 2022 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2019-2023 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2019-2023 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 ;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org>
 ;;; Copyright © 2019–2021 Tobias Geerinckx-Rice <me@tobias.gr>
@@ -65649,7 +65649,11 @@ hardware registers.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1kz8svnqnxclllsgh0ck20rplw3qzp46b5v30yscnzrgw8vgahjg"))))
+         "1kz8svnqnxclllsgh0ck20rplw3qzp46b5v30yscnzrgw8vgahjg"))
+       (snippet
+        '(begin
+           (delete-file "vim10m_match")
+           (delete-file "vim10m_table")))))
     (arguments
      `(#:tests? #f      ; tests not included in release
        #:cargo-inputs



reply via email to

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