guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 76d4620512ac35346e3ab1ca863a42f6251a7237
Author: FuncProgLinux <[email protected]>
AuthorDate: Fri Jan 16 11:04:28 2026 -0600

    gnu: caja: fix search path globs
    
    Change-Id: I52b097654d87d276bb41dd807dba0cb721220986
    Signed-off-by: Ludovic Courtès <[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 bf4a5d5505..10231e50f5 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -990,7 +990,7 @@ hypertext navigation, and table-of-contents bookmarks.")
     (native-search-paths
      (list (search-path-specification
              (variable "CAJA_EXTENSION_DIRS")
-             (files (list "lib/caja/extensions-2.0/**")))))
+             (files (list "lib/caja/extensions-2.0")))))
     (home-page "https://mate-desktop.org/";)
     (synopsis "File manager for the MATE desktop")
     (description

Reply via email to