GNU bug report logs -
#64466
[PATCH 0/7] Fix maven package breakage.
Previous Next
Reported by: Bruno Victal <mirai <at> makinata.eu>
Date: Tue, 4 Jul 2023 19:58:02 UTC
Severity: normal
Tags: patch
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
This reverts commit 87ba11eff1b7a1784c94c897d468ba28822b0609.
---
gnu/packages/maven.scm | 5 -----
1 file changed, 5 deletions(-)
diff --git a/gnu/packages/maven.scm b/gnu/packages/maven.scm
index dc25f7640e..c8767d423e 100644
--- a/gnu/packages/maven.scm
+++ b/gnu/packages/maven.scm
@@ -4,7 +4,6 @@
;;; Copyright © 2019 Björn Höfling <bjoern.hoefling <at> bjoernhoefling.de>
;;; Copyright © 2020 Efraim Flashner <efraim <at> flashner.co.il>
;;; Copyright © 2022 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
-;;; Copyright © 2023 Aleksandr Vityazev <avityazew <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1839,10 +1838,6 @@ (define-public maven-embedder
#:jdk ,icedtea-8
#:phases
(modify-phases %standard-phases
- (add-after 'unpack 'add-sisu-shebang
- (lambda _
- (substitute* "sisu.sh"
- (("^## T") "#!/bin/sh\n## T"))))
(add-before 'build 'generate-sisu-named
(lambda _
(mkdir-p "build/classes/META-INF/sisu")
--
2.40.1
This bug report was last modified 2 years and 31 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.