about summary refs log tree commit diff
path: root/pkgs/desktops/xfce/panel-plugins/xfce4-namebar-plugin/default.nix
diff options
context:
space:
mode:
authorYureka <yuka@yuka.dev>2023-09-09 08:27:19 +0200
committerYureka <yuka@yuka.dev>2023-09-09 08:27:19 +0200
commitef69e91c609e209ee41632dc2273ded3a1ff329f (patch)
treef95f193eda3846cfdfa2159cce94daa7c7b195a7 /pkgs/desktops/xfce/panel-plugins/xfce4-namebar-plugin/default.nix
parentb4fdbf27f24be0611f92dc4724e68cb2b93a96a7 (diff)
parent83b98f9b352d9b84da2b1d4a2ec95cbce694388c (diff)
Merge branch 'waf-cross' of https://github.com/atorres1985-contrib/nixpkgs into HEAD
Diffstat (limited to 'pkgs/desktops/xfce/panel-plugins/xfce4-namebar-plugin/default.nix')
-rw-r--r--pkgs/desktops/xfce/panel-plugins/xfce4-namebar-plugin/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-namebar-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-namebar-plugin/default.nix
index 6583c8b03a2e3..032b29eaef3d4 100644
--- a/pkgs/desktops/xfce/panel-plugins/xfce4-namebar-plugin/default.nix
+++ b/pkgs/desktops/xfce/panel-plugins/xfce4-namebar-plugin/default.nix
@@ -1,5 +1,5 @@
 { lib, stdenv, pkg-config, fetchFromGitHub, python3, vala
-, gtk3, libwnck, libxfce4util, xfce4-panel, waf, xfce
+, gtk3, libwnck, libxfce4util, xfce4-panel, wafHook, xfce
 , gitUpdater
 }:
 
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
     sha256 = "sha256-aKrJzf9rwCyXAJsRIXdBzmJBASuXD5I5kZrp+atx4FA=";
   };
 
-  nativeBuildInputs = [ pkg-config vala waf.hook python3 ];
+  nativeBuildInputs = [ pkg-config vala wafHook python3 ];
   buildInputs = [ gtk3 libwnck libxfce4util xfce4-panel ];
 
   postPatch = ''