mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 03:03:42 +00:00
aubio: change wafHook to waf.hook
This commit is contained in:
parent
7bb6472b59
commit
b420fedfa2
@ -1,5 +1,5 @@
|
||||
{ lib, stdenv, fetchurl, alsa-lib, fftw, libjack2, libsamplerate
|
||||
, libsndfile, pkg-config, python3, wafHook
|
||||
, libsndfile, pkg-config, python3, waf
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1npks71ljc48w6858l9bq30kaf5nph8z0v61jkfb70xb9np850nl";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config python3 wafHook ];
|
||||
nativeBuildInputs = [ pkg-config python3 waf.hook ];
|
||||
buildInputs = [ alsa-lib fftw libjack2 libsamplerate libsndfile ];
|
||||
|
||||
strictDeps = true;
|
||||
|
Loading…
Reference in New Issue
Block a user