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.
This commit is contained in:
Pierre Neidhardt 2022-07-03 20:20:18 +02:00
parent 13cc3da6b6
commit 3a45cc634e
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -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 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) in any Java application. Additionally, it can be used to implement (parts of)
the application using Java to Lisp integration APIs.") 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+ (license (list license:gpl2+
;; named-readtables is released under 3 clause BSD ;; named-readtables is released under 3 clause BSD
license:bsd-3 license:bsd-3