mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05: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"))))
|
||||
(build-system ant-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
(list
|
||||
#:tests? #f
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'unpack)
|
||||
(delete 'build)
|
||||
(delete 'configure)
|
||||
(replace 'install
|
||||
(install-pom-file (assoc-ref %build-inputs "source"))))))
|
||||
#~(modify-phases %standard-phases
|
||||
(delete 'unpack)
|
||||
(delete 'build)
|
||||
(delete 'configure)
|
||||
(replace 'install
|
||||
(install-pom-file #$(package-source this-package))))))
|
||||
(propagated-inputs
|
||||
`(("maven-parent-pom-27" ,maven-parent-pom-27)))
|
||||
(home-page "https://apache.org/maven")
|
||||
|
|
Loading…
Reference in a new issue