guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/20: gnu: caja: Add native-search-paths.


From: Danny Milosavljevic
Subject: 04/20: gnu: caja: Add native-search-paths.
Date: Sat, 30 Dec 2017 16:55:41 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit 5a97a26204aa6424657ee27d5c0a02b92615024f
Author: ng0 <address@hidden>
Date:   Sat Dec 30 22:43:10 2017 +0100

    gnu: caja: Add native-search-paths.
    
    * gnu/packages/mate.scm (caja)[native-search-paths]: Add it.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/packages/mate.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 1199b40..274fe17 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]