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>
This commit is contained in:
John Kehayias 2022-01-14 17:28:54 -05:00 committed by Ludovic Courtès
parent aeeaf4eef4
commit 0406aa2b8f
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -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