me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 4 additions and 0 deletions

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