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 8 zlib, 9 9 fetchurl, 10 10 fetchpatch, 11 + python312, 11 12 openssl, 12 13 # pin Boost 1.86 due to use of boost/asio/io_service.hpp 13 14 boost186, ··· 39 40 ]; 40 41 41 42 nativeBuildInputs = [ 43 + python312 # 2to3 42 44 scons 43 45 ]; 44 46