gnu: caja: Add native-search-paths.
* gnu/packages/mate.scm (caja)[native-search-paths]: Add it. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
d58b0abd14
commit
5a97a26204
|
@ -653,6 +653,10 @@ infamous 'Wanda the Fish'.")
|
|||
("libxml2" ,libxml2)
|
||||
("mate-desktop" ,mate-desktop)
|
||||
("startup-notification" ,startup-notification)))
|
||||
(native-search-paths
|
||||
(list (search-path-specification
|
||||
(variable "CAJA_EXTENSIONDIR")
|
||||
(files (list "lib/caja/extensions-2.0/**")))))
|
||||
(home-page "https://mate-desktop.org/")
|
||||
(synopsis "File manager for the MATE desktop")
|
||||
(description
|
||||
|
|
Loading…
Reference in New Issue