lol

swiften: add Python 3.12 for 2to3

2to3 was removed in Python 3.13.

https://github.com/NixOS/nixpkgs/issues/413845

+2
+2
pkgs/by-name/sw/swiften/package.nix
··· 8 zlib, 9 fetchurl, 10 fetchpatch, 11 openssl, 12 # pin Boost 1.86 due to use of boost/asio/io_service.hpp 13 boost186, ··· 39 ]; 40 41 nativeBuildInputs = [ 42 scons 43 ]; 44
··· 8 zlib, 9 fetchurl, 10 fetchpatch, 11 + python312, 12 openssl, 13 # pin Boost 1.86 due to use of boost/asio/io_service.hpp 14 boost186, ··· 40 ]; 41 42 nativeBuildInputs = [ 43 + python312 # 2to3 44 scons 45 ]; 46