sl1-to-photon: use python312Packages

Shiboken2 is broken on Python 3.13.
This commit is contained in:
Robert Schütz
2025-06-16 13:18:46 -07:00
parent 368f285bdb
commit aa8b28389a
2 changed files with 4 additions and 9 deletions
@@ -1,17 +1,12 @@
{
lib,
buildPythonApplication,
fetchFromGitHub,
pillow,
pyside2,
numpy,
pyphotonfile,
shiboken2,
python312Packages,
}:
let
version = "0.1.3+";
in
buildPythonApplication rec {
python312Packages.buildPythonApplication rec {
pname = "sl1-to-photon";
inherit version;
@@ -22,7 +17,7 @@ buildPythonApplication rec {
sha256 = "ssFfjlBMi3FHosDBUA2gs71VUIBkEdPVcV3STNxmOIM=";
};
pythonPath = [
pythonPath = with python312Packages; [
pyphotonfile
pillow
numpy
+1 -1
View File
@@ -2823,7 +2823,7 @@ with pkgs;
dotnetfx40 = callPackage ../development/libraries/dotnetfx40 { };
sl1-to-photon = python3Packages.callPackage ../applications/misc/sl1-to-photon { };
sl1-to-photon = callPackage ../applications/misc/sl1-to-photon { };
drone = callPackage ../development/tools/continuous-integration/drone { };
drone-oss = callPackage ../development/tools/continuous-integration/drone {