mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 17:23:38 -05: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 @@ (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,
|
||||
|
|
Loading…
Reference in a new issue