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
commit 483c8a1481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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