~ruther/guix-local

8809a31c76b187be6142b7a909d739d155485659 — FuncProgLinux 2 months ago d88ecb3
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>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/mate.scm
M gnu/packages/mate.scm => gnu/packages/mate.scm +1 -1
@@ 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")