mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 10:04:08 +00:00
ardour: change wafHook to waf.hook
This commit is contained in:
parent
d6f05c5cf5
commit
04f6ad419b
@ -52,7 +52,7 @@
|
||||
, suil
|
||||
, taglib
|
||||
, vamp-plugin-sdk
|
||||
, wafHook
|
||||
, waf
|
||||
, xjadeo
|
||||
, videoSupport ? true
|
||||
}:
|
||||
@ -100,7 +100,7 @@ stdenv.mkDerivation rec {
|
||||
perl
|
||||
pkg-config
|
||||
python3
|
||||
wafHook
|
||||
waf.hook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user