swiften: add Python 3.12 for 2to3

2to3 was removed in Python 3.13.

https://github.com/NixOS/nixpkgs/issues/413845
This commit is contained in:
FliegendeWurst
2025-06-04 10:54:08 +02:00
parent 68cbd06ed0
commit 9632e9fe58
+2
View File
@@ -8,6 +8,7 @@
zlib,
fetchurl,
fetchpatch,
python312,
openssl,
# pin Boost 1.86 due to use of boost/asio/io_service.hpp
boost186,
@@ -39,6 +40,7 @@ stdenv.mkDerivation rec {
];
nativeBuildInputs = [
python312 # 2to3
scons
];