guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: java-org-ow2-parent-pom: Fix build.


From: guix-commits
Subject: 03/04: gnu: java-org-ow2-parent-pom: Fix build.
Date: Tue, 14 Sep 2021 16:34:32 -0400 (EDT)

glv pushed a commit to branch core-updates-frozen
in repository guix.

commit da47472e869da86ab464667613c66b8e2766355a
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Tue Sep 14 22:24:18 2021 +0200

    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(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 953bfd3..3cbadc7 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]