mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: maven-components-parent-pom-22: Remove references to %build-inputs.
* gnu/packages/maven-parent-pom.scm (maven-components-parent-pom-22) [arguments]: Use a gexp to remove references to %build-inputs.
This commit is contained in:
parent
d29f14aca2
commit
2aee138485
1 changed files with 8 additions and 7 deletions
|
@ -518,14 +518,15 @@ (define-public maven-components-parent-pom-22
|
||||||
"11skhrjgrrs6z5rw1w39ap1pzhrc99g0czip10kz7wsavg746ibm"))))
|
"11skhrjgrrs6z5rw1w39ap1pzhrc99g0czip10kz7wsavg746ibm"))))
|
||||||
(build-system ant-build-system)
|
(build-system ant-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
(list
|
||||||
|
#:tests? #f
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(delete 'unpack)
|
(delete 'unpack)
|
||||||
(delete 'build)
|
(delete 'build)
|
||||||
(delete 'configure)
|
(delete 'configure)
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(install-pom-file (assoc-ref %build-inputs "source"))))))
|
(install-pom-file #$(package-source this-package))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("maven-parent-pom-27" ,maven-parent-pom-27)))
|
`(("maven-parent-pom-27" ,maven-parent-pom-27)))
|
||||||
(home-page "https://apache.org/maven")
|
(home-page "https://apache.org/maven")
|
||||||
|
|
Loading…
Reference in a new issue