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: Ricardo Wurmus
Subject: bug#26966: [PATCH 18/22] gnu: ant-bootstrap: Do not delete scripts.
Date: Wed, 17 May 2017 19:19:01 +0200

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)
-- 
2.12.2







reply via email to

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