mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 06:20:18 +01:00
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:
parent
a8c65537f8
commit
da47472e86
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue