efraim pushed a commit to branch master
in repository guix.
commit 0dc301838f4ae3be172a595c1f92279a2d40c714
Author: Efraim Flashner <[email protected]>
AuthorDate: Wed Oct 28 08:58:06 2020 +0200
gnu: gama: Remove bundled library.
* gnu/packages/gps.scm (gama)[source]: Add snippet to remove bundled
expat-1.1 library.
---
gnu/packages/gps.scm | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm
index 1f37291..74942b3 100644
--- a/gnu/packages/gps.scm
+++ b/gnu/packages/gps.scm
@@ -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