aubio: pin to python3.11

The waf distribution they ship uses the imp module.
This commit is contained in:
Martin Weinelt
2024-07-05 17:30:05 +02:00
parent 654cc902b2
commit ade68d1e6f
+2 -2
View File
@@ -1,5 +1,5 @@
{ 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;