mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
patchage: change wafHook to waf.hook
This commit is contained in:
parent
e1ded261e1
commit
c3760fa98a
@ -10,7 +10,7 @@
|
||||
, libjack2
|
||||
, pkg-config
|
||||
, python3
|
||||
, wafHook
|
||||
, waf
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
||||
gtkmm2
|
||||
libjack2
|
||||
python3
|
||||
wafHook
|
||||
waf.hook
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user