xfce4_windowck_plugin: fix build
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user