pflask: change wafHook to waf.hook

This commit is contained in:
Anderson Torres 2023-08-23 08:32:35 -03:00
parent 74ce9c7ef3
commit 54a729c1b0

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, fetchpatch, python3, wafHook }:
{ lib, stdenv, fetchFromGitHub, fetchpatch, python3, waf }:
stdenv.mkDerivation rec {
pname = "pflask";
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
})
];
nativeBuildInputs = [ python3 wafHook ];
nativeBuildInputs = [ python3 waf.hook ];
postInstall = ''
mkdir -p $out/bin