Unverified Commit 9540e5c9 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

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

parents 9d92f552 9632e9fe
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
  ];