rcu: use python312Packages

Shiboken2, and thus pyside2, is broken on Python 3.13.
This commit is contained in:
Robert Schütz
2025-06-16 13:12:14 -07:00
parent e6dcfeb48b
commit 64c62a962a

View File

@@ -13,11 +13,14 @@
makeDesktopItem,
nettools,
protobuf,
python3Packages,
python312Packages,
system-config-printer,
wget,
}:
let
python3Packages = python312Packages;
in
python3Packages.buildPythonApplication rec {
pname = "rcu";
version = "4.0.24";