guix-commits
[Top][All Lists]
Advanced

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

06/11: gnu: rofi: Add a search path for plugins.


From: guix-commits
Subject: 06/11: gnu: rofi: Add a search path for plugins.
Date: Sun, 23 Jan 2022 17:36:41 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 0406aa2b8f6a9bd6beab9780f7554aa265eb2c28
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Fri Jan 14 17:28:54 2022 -0500

    gnu: rofi: Add a search path for plugins.
    
    * gnu/packages/xdisorg.scm (rofi)[native-search-paths]: Add 
ROFI_PLUGIN_PATH.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/xdisorg.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 865ffdb61f..eb94a00561 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -52,6 +52,7 @@
 ;;; Copyright © 2021 ikasero <ahmed@ikasero.com>
 ;;; Copyright © 2021 Felix Gruber <felgru@posteo.net>
 ;;; Copyright © 2021 jgart <jgart@dismail.de>
+;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1718,6 +1719,11 @@ connectivity of the X server running on a particular 
@code{DISPLAY}.")
            xcb-util-cursor
            xcb-util-wm
            xcb-util-xrm))
+    (native-search-paths
+     ;; This is where rofi will search for plugins by default.
+     (list (search-path-specification
+            (variable "ROFI_PLUGIN_PATH")
+            (files '("lib/rofi")))))
     (arguments
      `(#:parallel-tests? #f             ; fails in some circumstances
        #:phases



reply via email to

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