mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: scilab: Cleanup more files.
* gnu/packages/maths.scm (scilab): [source] Delete .bat files. Change-Id: I6f9ae17dd5d689c3e5836bf0c9e54725ef381428 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
2e433799c5
commit
e6391ceb1e
1 changed files with 5 additions and 3 deletions
|
@ -9925,7 +9925,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"
|
||||
|
@ -9935,8 +9936,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
|
||||
|
|
Loading…
Reference in a new issue