From da47472e869da86ab464667613c66b8e2766355a Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Tue, 14 Sep 2021 22:24:18 +0200 Subject: 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. --- gnu/packages/java.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/java.scm') diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index 953bfd32e7..3cbadc7449 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -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, -- cgit v1.2.3