guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: xfce: Propagate search paths of 'xfce4-panel'.


From: ???
Subject: 01/01: gnu: xfce: Propagate search paths of 'xfce4-panel'.
Date: Mon, 3 Jul 2017 07:28:18 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 1ec0c1f30ee93bd4224cffe0afb4be54fe8c3eb0
Author: 宋文武 <address@hidden>
Date:   Mon Jul 3 19:25:02 2017 +0800

    gnu: xfce: Propagate search paths of 'xfce4-panel'.
    
    * gnu/packages/xfce.scm (xfce)[native-search-paths]: New field.
---
 gnu/packages/xfce.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 101909b..35c425a 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -738,6 +738,9 @@ on your desktop.")
        ("xfce4-clipman-plugin"    ,xfce4-clipman-plugin)
        ("xfce4-pulseaudio-plugin" ,xfce4-pulseaudio-plugin)
        ("xfce4-xkb-plugin" ,xfce4-xkb-plugin)))
+    (native-search-paths
+     ;; For finding panel plugins.
+     (package-native-search-paths xfce4-panel))
     (home-page "http://www.xfce.org/";)
     (synopsis "Desktop environment (meta-package)")
     (description



reply via email to

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