lilyp pushed a commit to branch master
in repository guix.

commit 4f2e9ab060e5e3af0faf7ea9b395c2fa38cdbdda
Author: Bruno Victal <[email protected]>
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 <[email protected]>
---
 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