Merge pull request #248228 from gekoke/gekoke/nwg-displays-hyprland-deps

nwg-displays: add optional Hyprland dependencies
This commit is contained in:
Pol Dellaiera
2023-08-21 17:34:56 +02:00
committed by GitHub
@@ -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;