all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Julien Lepiller <julien@lepiller.eu>
To: Frank Pursel <frank.pursel@gmail.com>
Cc: 54021@debbugs.gnu.org
Subject: [bug#54021] [PATCH] Removing all bundled jars prior to build.
Date: Sat, 26 Feb 2022 22:07:34 +0100	[thread overview]
Message-ID: <20220226220734.5a80c08a@sybil.lepiller.eu> (raw)
In-Reply-To: <87ee3wqcrc.fsf@gmail.com>

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	other threads:[~2022-02-26 21:08 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-16  1:58 [bug#54021] [PATCH] Add rhino javascript package Frank Pursel
2022-02-16 17:00 ` Maxime Devos
2022-02-16 17:02 ` Maxime Devos
2022-02-16 17:08   ` Julien Lepiller
2022-02-16 17:08 ` Maxime Devos
2022-02-16 17:09 ` Maxime Devos
2022-02-16 17:21 ` Maxime Devos
2022-02-16 18:36   ` Frank Pursel
2022-02-16 18:43     ` Maxime Devos
2022-02-17  5:22 ` [bug#54021] [PATCH] Adding rhino package, revised patch Frank Pursel
2022-02-21 16:28   ` Maxime Devos
2022-02-18 20:42 ` [bug#54021] [PATCH] if, at first, you don't succeed Frank Pursel
2022-02-21 13:19   ` Efraim Flashner
2022-02-21 15:54 ` [bug#54021] [PATCH] Better rhino Frank Pursel
2022-02-21 18:45 ` [bug#54021] [PATCH] Removing all bundled jars prior to build Frank Pursel
2022-02-26 21:07   ` Julien Lepiller [this message]
2022-02-28 19:38 ` [bug#54021] [PATCH] package for rhino Frank Pursel
2022-02-28 20:45   ` Julien Lepiller
2022-02-28 21:45 ` [bug#54021] [PATCH] question -> answers Frank Pursel
2022-03-01 21:26   ` bug#54021: [PATCH] Add rhino javascript package Julien Lepiller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220226220734.5a80c08a@sybil.lepiller.eu \
    --to=julien@lepiller.eu \
    --cc=54021@debbugs.gnu.org \
    --cc=frank.pursel@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.