guix-commits
[Top][All Lists]
Advanced

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

03/09: Revert "gnu: maven-core-bootstrap: Fix build."


From: guix-commits
Subject: 03/09: Revert "gnu: maven-core-bootstrap: Fix build."
Date: Sun, 9 Jul 2023 01:34:34 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit 4f2e9ab060e5e3af0faf7ea9b395c2fa38cdbdda
Author: Bruno Victal <mirai@makinata.eu>
AuthorDate: Tue Jul 4 20:59:49 2023 +0100

    Revert "gnu: maven-core-bootstrap: Fix build."
    
    This reverts commit 1a93ff9a8b0c64ccb0e365f4e5c199e0ac8b9de6.
    
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 gnu/packages/maven.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnu/packages/maven.scm b/gnu/packages/maven.scm
index c8767d423e..053884d901 100644
--- a/gnu/packages/maven.scm
+++ b/gnu/packages/maven.scm
@@ -1603,10 +1603,6 @@ generally generated from plugin sources using 
maven-plugin-plugin.")))
          #:tests? #f
          #:phases
          (modify-phases %standard-phases
-           (add-after 'unpack 'add-sisu-shebang
-             (lambda _
-               (substitute* "sisu.sh"
-                 (("^## T") "#!/bin/sh\n## T"))))
            (add-before 'configure 'chdir
              (lambda _
                ;; Required for generating components.xml in maven-core



reply via email to

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