guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: classpath-bootstrap: Use 'search-input-file'.


From: guix-commits
Subject: 01/04: gnu: classpath-bootstrap: Use 'search-input-file'.
Date: Fri, 3 Sep 2021 06:05:06 -0400 (EDT)

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

commit fcf857eac452449e15f63ef6cfe5096927f33c3f
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Sep 1 15:32:39 2021 +0200

    gnu: classpath-bootstrap: Use 'search-input-file'.
    
    * gnu/packages/java.scm (classpath-bootstrap)[arguments]: Use
    'search-input-file'.
---
 gnu/packages/java.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 08ef7a8..a0b749a 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -235,8 +235,7 @@ only faster.")
     (arguments
      `(#:configure-flags
        (list (string-append "JAVAC="
-                            (assoc-ref %build-inputs "jikes")
-                            "/bin/jikes")
+                            (search-input-file %build-inputs "/bin/jikes"))
              "--disable-Werror"
              "--disable-gmp"
              "--disable-gtk-peer"



reply via email to

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