Commit e5a13527 authored by Emily's avatar Emily
Browse files

ardour_7: fix build with Python 3.12

parent 8b6c0520
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
, fetchgit
, fetchzip
, fetchpatch
, fetchpatch2
, alsa-lib
, aubio
, boost
@@ -86,6 +87,12 @@ stdenv.mkDerivation rec {
      url = "https://github.com/Ardour/ardour/commit/e995daa37529715214c6c4a2587e4134aaaba02f.patch";
      hash = "sha256-EpXOIIObOwwcNgNma0E3nvaBad3930sagDjBpa+78WI=";
    })

    # Work around itstools bug #9648
    (fetchpatch2 {
      url = "https://github.com/Ardour/ardour/commit/338cd09a4aa1b36b8095dfc14ab534395f9a4a92.patch?full_index=1";
      hash = "sha256-AvV4aLdkfrxPkE4NX2ETSagq4GjEC+sHCEqdcYvL+CY=";
    })
  ];

  # Ardour's wscript requires git revision and date to be available.