gnu: rust-vte-0.3: Remove precompiled binary from source.
authorEfraim Flashner <efraim@flashner.co.il>
Wed, 8 Feb 2023 10:19:08 +0000 (12:19 +0200)
committerEfraim Flashner <efraim@flashner.co.il>
Wed, 8 Feb 2023 14:29:35 +0000 (16:29 +0200)
* 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

index 1203d10..bae25a7 100644 (file)
@@ -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