guix-patches
[Top][All Lists]
Advanced

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

[bug#54021] [PATCH] Removing all bundled jars prior to build.


From: Julien Lepiller
Subject: [bug#54021] [PATCH] Removing all bundled jars prior to build.
Date: Sat, 26 Feb 2022 22:07:34 +0100

Hi Frank,

could you send the complete patch? This would be easier to then test
and apply/comment.

Thanks!

Le Mon, 21 Feb 2022 10:45:59 -0800,
Frank Pursel <frank.pursel@gmail.com> a écrit :

> Maxime,
> 
> Bundled jars removed.
> 
> Regards,
> Frank
> 
> From 7aaefc20bfdbe85dd65fff4ed3d0683cab994b98 Mon Sep 17 00:00:00 2001
> Message-Id:
> <7aaefc20bfdbe85dd65fff4ed3d0683cab994b98.1645469136.git.frank.pursel@gmail.com>
> From: Frank Pursel <frank.pursel@gmail.com> Date: Mon, 21 Feb 2022
> 10:43:07 -0800 Subject: [PATCH] Removed all pre-bundled jars.
> 
> ---
>  gnu/packages/javascript.scm | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/gnu/packages/javascript.scm b/gnu/packages/javascript.scm
> index d8ebee3c3f..bdeeb03a58 100644
> --- a/gnu/packages/javascript.scm
> +++ b/gnu/packages/javascript.scm
> @@ -815,7 +815,8 @@ (define-public rhino
>                              ;; Identify bundled jars
>                              (format #t "~%~a~%" "Sourced jars")
>                              (for-each (lambda (f)
> -                                        (format #t "~/~a~%" f))
> +                                        (format #t "~/Deleting:
> ~a~%" f)
> +                                        (delete-file f))
>                                        (find-files "." "\\.jar$"))))))
>        (build-system ant-build-system)
>        (inputs (list bash-minimal))






reply via email to

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