Merge pull request #242271 from sochotnicky/sochotnicky/opensnitch-ui-add-qtwayland-dep

opensnitch-ui: Add wayland support
This commit is contained in:
Artturi
2023-11-10 11:40:43 +02:00
committed by GitHub
+5
View File
@@ -1,5 +1,6 @@
{ python3Packages
, fetchFromGitHub
, qtwayland
, wrapQtAppsHook
, lib
}:
@@ -25,6 +26,10 @@ python3Packages.buildPythonApplication rec {
wrapQtAppsHook
];
buildInputs = [
qtwayland
];
propagatedBuildInputs = with python3Packages; [
grpcio-tools
pyqt5