mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
d88ecb34b4
commit
8809a31c76
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue