[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
- branch master updated (9e03f08b79 -> 8306d3e529), guix-commits, 2023/07/09
- 01/09: gnu: maven-pom: Add missing shebangs., guix-commits, 2023/07/09
- 02/09: Revert "gnu: maven-embedder: Fix build.", guix-commits, 2023/07/09
- 03/09: Revert "gnu: maven-core-bootstrap: Fix build.",
guix-commits <=
- 05/09: Revert "gnu: maven-model-builder: Fix build.", guix-commits, 2023/07/09
- 06/09: Revert "gnu: maven-settings-builder: Fix build.", guix-commits, 2023/07/09
- 04/09: Revert "gnu: maven-resolver-provider: Fix build.", guix-commits, 2023/07/09
- 07/09: Revert "gnu: maven-model-builder@3.0: Fix build.", guix-commits, 2023/07/09
- 08/09: gnu: Add fuzzylite., guix-commits, 2023/07/09
- 09/09: gnu: Add vcmi., guix-commits, 2023/07/09