Unverified Commit ade68d1e authored by Martin Weinelt's avatar Martin Weinelt
Browse files

aubio: pin to python3.11

The waf distribution they ship uses the imp module.
parent 654cc902
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, stdenv, fetchurl, alsa-lib, fftw, libjack2, libsamplerate
, libsndfile, pkg-config, python3, wafHook
, libsndfile, pkg-config, python311, wafHook
}:

stdenv.mkDerivation rec {
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
    sha256 = "1npks71ljc48w6858l9bq30kaf5nph8z0v61jkfb70xb9np850nl";
  };

  nativeBuildInputs = [ pkg-config python3 wafHook ];
  nativeBuildInputs = [ pkg-config python311 wafHook ];
  buildInputs = [ alsa-lib fftw libjack2 libsamplerate libsndfile ];

  strictDeps = true;