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

opensnitch-ui: Add wayland support

authored by Artturi and committed by GitHub 483c8a14 538838e0

+5
+5
pkgs/tools/networking/opensnitch/ui.nix
··· 1 1 { python3Packages 2 2 , fetchFromGitHub 3 + , qtwayland 3 4 , wrapQtAppsHook 4 5 , lib 5 6 }: ··· 23 24 nativeBuildInputs = [ 24 25 python3Packages.pyqt5 25 26 wrapQtAppsHook 27 + ]; 28 + 29 + buildInputs = [ 30 + qtwayland 26 31 ]; 27 32 28 33 propagatedBuildInputs = with python3Packages; [