xfce4_windowck_plugin: fix build

This commit is contained in:
Robin Gloster 2017-02-27 12:51:26 +01:00
parent 56e624b155
commit 20372739d2
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -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;