From 6437704b043cdfca7e38904d43a6725b90a05e8d Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Wed, 23 Aug 2023 07:58:16 -0300 Subject: [PATCH] kupfer: change wafHook to waf.hook --- pkgs/applications/misc/kupfer/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/misc/kupfer/default.nix b/pkgs/applications/misc/kupfer/default.nix index fbb33c7e096f..2e6eedc0cea8 100644 --- a/pkgs/applications/misc/kupfer/default.nix +++ b/pkgs/applications/misc/kupfer/default.nix @@ -10,7 +10,7 @@ , desktop-file-utils , shared-mime-info , wrapGAppsHook -, wafHook +, waf , bash , dbus }: @@ -31,7 +31,7 @@ buildPythonApplication rec { nativeBuildInputs = [ wrapGAppsHook intltool # For setup hook - gobject-introspection wafHook + gobject-introspection waf.hook itstool # for help pages desktop-file-utils # for update-desktop-database shared-mime-info # for update-mime-info