me
/
guix
Archived
1
0
Fork 0

gnu: gama: Delete bundled pdfs.

* gnu/packages/gps.scm (gama)[source]: Adjust snippet to also remove
generated PDFs.
master
Efraim Flashner 2021-03-01 11:44:31 +02:00
parent ac17ff0669
commit 7ca43b0a1e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,7 @@ between two other data points.")
(snippet
'(begin
(delete-file-recursively "lib/expat")
(for-each delete-file (find-files "doc/fig" "\\.pdf$"))
#t))))
(build-system gnu-build-system)
(arguments '(#:parallel-tests? #f)) ; race condition