mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
jackaudio: change wafHook to waf.hook
This commit is contained in:
parent
4ad2212f19
commit
11b910d8c7
@ -1,6 +1,6 @@
|
||||
{ lib, stdenv, fetchFromGitHub, pkg-config, python3Packages, makeWrapper
|
||||
, libsamplerate, libsndfile, readline, eigen, celt
|
||||
, wafHook
|
||||
, waf
|
||||
# Darwin Dependencies
|
||||
, aften, AudioUnit, CoreAudio, libobjc, Accelerate
|
||||
|
||||
@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
nativeBuildInputs = [ pkg-config python makeWrapper wafHook ];
|
||||
nativeBuildInputs = [ pkg-config python makeWrapper waf.hook ];
|
||||
buildInputs = [ libsamplerate libsndfile readline eigen celt
|
||||
optDbus optPythonDBus optLibffado optAlsaLib optLibopus
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
|
Loading…
Reference in New Issue
Block a user