swiften: add Python 3.12 for 2to3 (#413846)

This commit is contained in:
Vladimír Čunát
2025-06-13 19:08:36 +02:00
+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
];