mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 12:53:05 +00:00
saldl: change wafHook to waf.hook
This commit is contained in:
parent
7bcd1ad3ad
commit
7bb6472b59
@ -1,7 +1,7 @@
|
||||
{ lib, stdenv
|
||||
, fetchFromGitHub
|
||||
, pkg-config
|
||||
, wafHook
|
||||
, waf
|
||||
, python3
|
||||
, asciidoc
|
||||
, docbook_xml_dtd_45
|
||||
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
wafHook
|
||||
waf.hook
|
||||
python3
|
||||
asciidoc
|
||||
docbook_xml_dtd_45
|
||||
|
Loading…
Reference in New Issue
Block a user