gnu: gama: Delete bundled pdfs.
* gnu/packages/gps.scm (gama)[source]: Adjust snippet to also remove generated PDFs.
This commit is contained in:
parent
ac17ff0669
commit
7ca43b0a1e
1 changed files with 1 additions and 0 deletions
|
@ -162,6 +162,7 @@ between two other data points.")
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
(delete-file-recursively "lib/expat")
|
(delete-file-recursively "lib/expat")
|
||||||
|
(for-each delete-file (find-files "doc/fig" "\\.pdf$"))
|
||||||
#t))))
|
#t))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments '(#:parallel-tests? #f)) ; race condition
|
(arguments '(#:parallel-tests? #f)) ; race condition
|
||||||
|
|
Reference in a new issue