mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: maven-core-bootstrap: Fix build.
* gnu/packages/maven (maven-core-bootstrap)[arguments]: Add the'add-sisu-shebang phase after unpack. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
3d2ce30f6b
commit
1a93ff9a8b
1 changed files with 4 additions and 0 deletions
|
@ -1603,6 +1603,10 @@ (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