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
|
||||
exo libxfce4ui libxfce4util xfce4panel xfconf xfce4_dev_tools ];
|
||||
|
||||
preConfigure = "./autogen.sh";
|
||||
preConfigure = ''
|
||||
./autogen.sh
|
||||
patchShebangs .
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user