mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: caja: fix search path globs
Change-Id: I52b097654d87d276bb41dd807dba0cb721220986
This commit is contained in:
parent
cec74443dd
commit
5313bcfc9e
1 changed files with 1 additions and 1 deletions
|
|
@ -986,7 +986,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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue