mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
Revert "gnu: maven-core-bootstrap: Fix build."
This reverts commit 1a93ff9a8b
.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
d6f773571d
commit
4f2e9ab060
1 changed files with 0 additions and 4 deletions
|
@ -1603,10 +1603,6 @@ (define-public maven-core-bootstrap
|
|||
#: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
|
||||
|
|
Loading…
Reference in a new issue