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.
This commit is contained in:
Guillaume Le Vaillant 2021-09-14 22:24:18 +02:00
parent a8c65537f8
commit da47472e86
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -5433,7 +5433,7 @@ (define java-org-ow2-parent-pom-1.3
(delete 'build)
(delete 'configure)
(replace 'install
(install-pom-file (assoc-ref %build-inputs "source"))))))
,#~(install-pom-file #$source)))))
(home-page "https://ow2.org")
(synopsis "Ow2.org parent pom")
(description "This package contains the parent pom for projects from ow2.org,