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:
parent
a4dfbead19
commit
e5a381d0ca
1 changed files with 6 additions and 2 deletions
|
@ -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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue