guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#72873] [PATCH 2/4] gnu: scilab: Cleanup more files.


From: Nicolas Graves
Subject: [bug#72873] [PATCH 2/4] gnu: scilab: Cleanup more files.
Date: Thu, 29 Aug 2024 18:25:44 +0200

* gnu/packages/maths.scm (scilab):
[source] Delete .bat files.

Change-Id: I6f9ae17dd5d689c3e5836bf0c9e54725ef381428
---
 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 8617ba7217..a211121375 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -9866,7 +9866,8 @@ (define-public scilab
                         "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"
@@ -9876,8 +9877,9 @@ (define-public scilab
                              "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
-- 
2.45.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]