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
This commit is contained in:
Efraim Flashner 2023-02-08 12:19:08 +02:00
parent a4dfbead19
commit e5a381d0ca
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View 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 © 20192021 Tobias Geerinckx-Rice <me@tobias.gr>
@ -65649,7 +65649,11 @@ (define-public rust-vte-0.3
(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