gnu: caja: Fix search-paths environment variable.

* gnu/packages/mate.scm (caja): Fix search-paths environment variable.

Change-Id: Idfe2f6a76a284e8431f6d8e67b7237b482495631
Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
FuncProgLinux 2025-12-19 12:10:43 -06:00 committed by Ian Eure
parent d88ecb34b4
commit 8809a31c76
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

@ -972,7 +972,7 @@ hypertext navigation, and table-of-contents bookmarks.")
startup-notification))
(native-search-paths
(list (search-path-specification
(variable "CAJA_EXTENSIONDIR")
(variable "CAJA_EXTENSION_DIRS")
(files (list "lib/caja/extensions-2.0/**")))))
(home-page "https://mate-desktop.org/")
(synopsis "File manager for the MATE desktop")