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 { python3Packages 2 , fetchFromGitHub 3 , wrapQtAppsHook 4 , lib 5 }: ··· 23 nativeBuildInputs = [ 24 python3Packages.pyqt5 25 wrapQtAppsHook 26 ]; 27 28 propagatedBuildInputs = with python3Packages; [
··· 1 { python3Packages 2 , fetchFromGitHub 3 + , qtwayland 4 , wrapQtAppsHook 5 , lib 6 }: ··· 24 nativeBuildInputs = [ 25 python3Packages.pyqt5 26 wrapQtAppsHook 27 + ]; 28 + 29 + buildInputs = [ 30 + qtwayland 31 ]; 32 33 propagatedBuildInputs = with python3Packages; [