gnu: Add nwg-launchers.
* gnu/packages/xdisorg.scm (nwg-launchers): New variable. Co-authored-by: florhizome <florhizome@posteo.net> Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
58cb4e28d3
commit
39c50eb495
@ -98,6 +98,7 @@
|
||||
#:use-module (gnu packages build-tools)
|
||||
#:use-module (gnu packages check)
|
||||
#:use-module (gnu packages compression)
|
||||
#:use-module (gnu packages cpp)
|
||||
#:use-module (gnu packages datastructures)
|
||||
#:use-module (gnu packages documentation)
|
||||
#:use-module (gnu packages flex)
|
||||
@ -3099,6 +3100,29 @@ such as sway, similar to @command{rofi}.")
|
||||
(home-page "https://hg.sr.ht/~scoopta/wofi")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public nwg-launchers
|
||||
(package
|
||||
(name "nwg-launchers")
|
||||
(version "0.7.1.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/nwg-piotr/nwg-launchers")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0hq2qiqxvrw3g515ywcb676ljc8mdw3pyslgxr3vahizfljah1pv"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs (list json-modern-cxx pkg-config))
|
||||
(inputs (list gtk-layer-shell gtkmm-3 librsvg))
|
||||
(home-page "https://github.com/nwg-piotr/nwg-launchers")
|
||||
(synopsis "Application launchers for wlroots")
|
||||
(description
|
||||
"This package provides an application grid, button bar, and dmenu
|
||||
applications for Sway and other wlroots-based Wayland compositors.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public dex
|
||||
(package
|
||||
(name "dex")
|
||||
|
Loading…
Reference in New Issue
Block a user