guix-patches
[Top][All Lists]
Advanced

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

bug#26966: [PATCH 18/22] gnu: ant-bootstrap: Do not delete scripts.


From: Roel Janssen
Subject: bug#26966: [PATCH 18/22] gnu: ant-bootstrap: Do not delete scripts.
Date: Thu, 18 May 2017 12:54:09 +0200
User-agent: mu4e 0.9.18; emacs 25.2.1

Ricardo Wurmus writes:

> The bootstrap ant should keep the scripts as their presence is checked when
> building the latest version of ant.
>
> * gnu/packages/java.scm (ant-bootstrap)[arguments]: Delete "remove-scripts"
> phase.
> ---
>  gnu/packages/java.scm | 8 --------
>  1 file changed, 8 deletions(-)
>
> diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
> index c5fa67eef..2b9d8ddd4 100644
> --- a/gnu/packages/java.scm
> +++ b/gnu/packages/java.scm
> @@ -210,14 +210,6 @@ This package provides the virtual machine.")
>       `(#:tests? #f ; no "check" target
>         #:phases
>         (modify-phases %standard-phases
> -         (add-after 'unpack 'remove-scripts
> -           ;; Remove bat / cmd scripts for DOS as well as the antRun and 
> runant
> -           ;; wrappers.
> -           (lambda _
> -             (for-each delete-file
> -                       (find-files "src/script"
> -                                   "(.*\\.(bat|cmd)|runant.*|antRun.*)"))
> -             #t))
>           (delete 'configure)
>           (replace 'build
>             (lambda* (#:key inputs #:allow-other-keys)

This seems redundant with the "04/22 gnu: Add ant-bootstrap" patch.
Why add a snippet to remove it in a separate patch?

Kind regards,
Roel Janssen





reply via email to

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