gnu: java-org-ow2-parent-pom: Fix build.
* gnu/packages/java.scm (java-org-ow2-parent-pom-1.3)[arguments]: Use gexp in 'install' phase.master
parent
a8c65537f8
commit
da47472e86
|
@ -5433,7 +5433,7 @@ complex transformations and code analysis tools.")
|
||||||
(delete 'build)
|
(delete 'build)
|
||||||
(delete 'configure)
|
(delete 'configure)
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(install-pom-file (assoc-ref %build-inputs "source"))))))
|
,#~(install-pom-file #$source)))))
|
||||||
(home-page "https://ow2.org")
|
(home-page "https://ow2.org")
|
||||||
(synopsis "Ow2.org parent pom")
|
(synopsis "Ow2.org parent pom")
|
||||||
(description "This package contains the parent pom for projects from ow2.org,
|
(description "This package contains the parent pom for projects from ow2.org,
|
||||||
|
|
Reference in New Issue