1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: gama: Remove bundled library.

* gnu/packages/gps.scm (gama)[source]: Add snippet to remove bundled
expat-1.1 library.
This commit is contained in:
Efraim Flashner
2020-10-28 08:58:06 +02:00
parent 0b96047e58
commit 0dc301838f

View File

@@ -159,7 +159,12 @@ between two other data points.")
version ".tar.gz"))
(sha256
(base32
"1iw7d0lfjhvp7lnyj0lxy62zpa2d05gfra3fq4sz8nyjwss0gmqh"))))
"1iw7d0lfjhvp7lnyj0lxy62zpa2d05gfra3fq4sz8nyjwss0gmqh"))
(modules '((guix build utils)))
(snippet
'(begin
(delete-file-recursively "lib/expat")
#t))))
(build-system gnu-build-system)
(arguments '(#:parallel-tests? #f)) ; race condition
(native-inputs