mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 11:26:55 -05:00
Revert "gnu: maven-resolver-provider: Fix build."
This reverts commit 3d2ce30f6b
.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
4f2e9ab060
commit
0df4466276
1 changed files with 0 additions and 4 deletions
|
@ -1509,10 +1509,6 @@ (define-public maven-resolver-provider
|
||||||
#:tests? #f; dependency loop on maven-core (@Component RepositorySystem)
|
#:tests? #f; dependency loop on maven-core (@Component RepositorySystem)
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-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
|
(add-before 'build 'generate-sisu-named
|
||||||
(lambda _
|
(lambda _
|
||||||
(mkdir-p "build/classes/META-INF/sisu")
|
(mkdir-p "build/classes/META-INF/sisu")
|
||||||
|
|
Loading…
Reference in a new issue