opcua-client-gui: modernize

This commit is contained in:
Aliaksandr
2025-12-29 01:33:21 +02:00
parent 769f5a084c
commit 6173cabe6d
+5 -4
View File
@@ -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";