xfce4_windowck_plugin: fix build
This commit is contained in:
parent
56e624b155
commit
20372739d2
@ -16,7 +16,10 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ pkgconfig intltool python3 imagemagick libwnck gtk2
|
buildInputs = [ pkgconfig intltool python3 imagemagick libwnck gtk2
|
||||||
exo libxfce4ui libxfce4util xfce4panel xfconf xfce4_dev_tools ];
|
exo libxfce4ui libxfce4util xfce4panel xfconf xfce4_dev_tools ];
|
||||||
|
|
||||||
preConfigure = "./autogen.sh";
|
preConfigure = ''
|
||||||
|
./autogen.sh
|
||||||
|
patchShebangs .
|
||||||
|
'';
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user