lilyp pushed a commit to branch master
in repository guix.
commit 1f42ba3533b1183062c5e97bd8fbe704d88b4312
Author: Bruno Victal <[email protected]>
AuthorDate: Tue Jul 4 20:59:53 2023 +0100
Revert "gnu: [email protected]: Fix build."
This reverts commit d54faf155aeeeb2aceb5cc19f141c2b8d0e0720a.
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 1a5962df36..fc3a63c263 100644
--- a/gnu/packages/maven.scm
+++ b/gnu/packages/maven.scm
@@ -2403,10 +2403,6 @@ reporting or the build process.")))
(substitute-keyword-arguments (package-arguments maven-model-builder)
((#:phases phases)
`(modify-phases ,phases
- (add-after 'unpack 'add-components-shebang
- (lambda _
- (substitute* "components.sh"
- (("^## T") "#!/bin/sh\n## T"))))
(add-before 'build 'generate-components.xml
(lambda _
(mkdir-p "build/classes/META-INF/plexus")