me
/
guix
Archived
1
0
Fork 0

gnu: gama: Remove bundled library.

* gnu/packages/gps.scm (gama)[source]: Add snippet to remove bundled
expat-1.1 library.
master
Efraim Flashner 2020-10-28 08:58:06 +02:00
parent 0b96047e58
commit 0dc301838f
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 6 additions and 1 deletions

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