xfce.xfce4-namebar-plugin: fix build

wip/yesman
Jonathan Ringer 3 years ago committed by Jonathan Ringer
parent e75c8744cb
commit 572a864d02
  1. 4
      pkgs/desktops/xfce/panel-plugins/xfce4-namebar-plugin.nix

@ -1,4 +1,4 @@
{ stdenv, pkgconfig, fetchFromGitHub, python2, vala_0_46
{ stdenv, pkgconfig, fetchFromGitHub, python3, vala_0_46
, gtk3, libwnck3, libxfce4util, xfce4-panel, wafHook, xfce }:
stdenv.mkDerivation rec {
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
sha256 = "0l70f6mzkscsj4wr43wp5c0l2qnf85vj24cv02bjrh3bzz6wkak8";
};
nativeBuildInputs = [ pkgconfig vala_0_46 wafHook ];
nativeBuildInputs = [ pkgconfig vala_0_46 wafHook python3 ];
buildInputs = [ gtk3 libwnck3 libxfce4util xfce4-panel ];
postPatch = ''

Loading…
Cancel
Save