From 6173cabe6dd7c4b6bd15c27c5819edf3d426ff17 Mon Sep 17 00:00:00 2001 From: Aliaksandr Date: Sat, 27 Dec 2025 05:05:56 +0200 Subject: [PATCH] opcua-client-gui: modernize --- pkgs/by-name/op/opcua-client-gui/package.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/op/opcua-client-gui/package.nix b/pkgs/by-name/op/opcua-client-gui/package.nix index 3010ac64128b..edadf283ec2e 100644 --- a/pkgs/by-name/op/opcua-client-gui/package.nix +++ b/pkgs/by-name/op/opcua-client-gui/package.nix @@ -17,10 +17,14 @@ python3Packages.buildPythonApplication rec { src = fetchFromGitHub { owner = "FreeOpcUa"; repo = "opcua-client-gui"; - rev = version; + tag = version; hash = "sha256-0BH1Txr3z4a7iFcsfnovmBUreXMvIX2zpZa8QivQVx8="; }; + buildInputs = [ + qt5.qtwayland + ]; + nativeBuildInputs = [ copyDesktopItems qt5.wrapQtAppsHook @@ -39,9 +43,6 @@ python3Packages.buildPythonApplication rec { pyqtgraph ]; - #This test uses a deprecated libarby, when updating the package check if the test was updated as well - doCheck = false; - desktopItems = [ (makeDesktopItem { name = "opcua-client";