This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8809a31c76 gnu: caja: Fix search-paths environment variable.
8809a31c76 is described below

commit 8809a31c76b187be6142b7a909d739d155485659
Author: FuncProgLinux <[email protected]>
AuthorDate: Fri Dec 19 12:10:43 2025 -0600

    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 <[email protected]>
---
 gnu/packages/mate.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index e9acf2839d..9aa9b2ccab 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -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")

Reply via email to