mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: gama: Delete bundled pdfs.
* gnu/packages/gps.scm (gama)[source]: Adjust snippet to also remove generated PDFs.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user