xfce.xfce4-namebar-plugin: change wafHook to waf.hook

This commit is contained in:
Anderson Torres 2023-08-23 07:58:16 -03:00
parent 0edf0918bb
commit 46f28863df

View file

@ -1,5 +1,5 @@
{ lib, stdenv, pkg-config, fetchFromGitHub, python3, vala
, gtk3, libwnck, libxfce4util, xfce4-panel, wafHook, xfce
, gtk3, libwnck, libxfce4util, xfce4-panel, waf, xfce
, gitUpdater
}:
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
sha256 = "sha256-aKrJzf9rwCyXAJsRIXdBzmJBASuXD5I5kZrp+atx4FA=";
};
nativeBuildInputs = [ pkg-config vala wafHook python3 ];
nativeBuildInputs = [ pkg-config vala waf.hook python3 ];
buildInputs = [ gtk3 libwnck libxfce4util xfce4-panel ];
postPatch = ''