Add optional Hyprland dependencies

This commit is contained in:
Gregor Grigorjan
2023-08-21 17:40:57 +03:00
parent c1ac598475
commit 6d71fd1c0b
@@ -8,6 +8,8 @@
, pango
, python310Packages
, wrapGAppsHook
, hyprlandSupport ? false
, wlr-randr
}:
python310Packages.buildPythonApplication rec {
@@ -38,6 +40,8 @@ python310Packages.buildPythonApplication rec {
python310Packages.gst-python
python310Packages.i3ipc
python310Packages.pygobject3
] ++ lib.optionals hyprlandSupport [
wlr-randr
];
dontWrapGApps = true;