civodul pushed a commit to branch master
in repository guix.
commit e6391ceb1ee7d400c263afafe317f4e585976716
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Aug 29 18:25:44 2024 +0200
gnu: scilab: Cleanup more files.
* gnu/packages/maths.scm (scilab):
[source] Delete .bat files.
Change-Id: I6f9ae17dd5d689c3e5836bf0c9e54725ef381428
Signed-off-by: Ludovic Courtès <[email protected]>
---
gnu/packages/maths.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 40b192c8b6..5723655005 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -9925,7 +9925,8 @@ computation is supported via MPI.")
"libs/GetWindowsVersion"
"Visual-Studio-settings"))
(for-each delete-file
- (cons* "aclocal.m4"
+ (append
+ (list "aclocal.m4"
"configure"
"m4/ax_cxx_compile_stdcxx.m4"
"m4/lib-ld.m4"
@@ -9935,8 +9936,9 @@ computation is supported via MPI.")
"m4/ltversion.m4"
"m4/lt~obsolete.m4"
"m4/pkg.m4"
- "Scilab.sln"
- (find-files "." "^Makefile\\.in$")))
+ "Scilab.sln")
+ (find-files "." "^Makefile\\.in$")
+ (find-files "." "\\.bat$")))
;; And finally some files in the modules directory:
(for-each