ambrevar pushed a commit to branch master
in repository guix.

commit 3a45cc634e69467e394bb1d70e0fd0a23f003965
Author: Pierre Neidhardt <[email protected]>
AuthorDate: Sun Jul 3 20:20:18 2022 +0200

    gnu: abcl: Fix loading of cl-* packages.
    
    * gnu/packages/java.scm (abcl)[native-search-paths]: Add XDG_DATA_DIRS where
    to cl-* libraries get installed.
---
 gnu/packages/java.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 16bd0d155a..6113f1470a 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -13766,6 +13766,10 @@ Lisp language featuring both an interpreter and a 
compiler, running in the
 JVM.  It supports JSR-223 (Java scripting API): it can be a scripting engine
 in any Java application.  Additionally, it can be used to implement (parts of)
 the application using Java to Lisp integration APIs.")
+    (native-search-paths
+     (list (search-path-specification
+            (variable "XDG_DATA_DIRS")
+            (files '("share")))))
     (license (list license:gpl2+
                    ;; named-readtables is released under 3 clause BSD
                    license:bsd-3

Reply via email to