me
/
guix
Archived
1
0
Fork 0

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
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
1 changed files with 1 additions and 1 deletions

View File

@ -5433,7 +5433,7 @@ complex transformations and code analysis tools.")
(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,