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:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user