i3: fix build some more

The build process depends on a script that relies on /usr/bin/env to find Perl.
Running 'patchShebangs' early fixes that script.
This commit is contained in:
Peter Simons 2012-07-17 14:44:23 +02:00
parent b658ae200c
commit 7e2979b56f

View file

@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
buildInputs = [ which pkgconfig libxcb xcbutilkeysyms xcbutil bison xcbutilwm
libstartup_notification libX11 pcre libev yajl flex libXcursor perl ];
patchPhase = "patchShebangs .";
configurePhase = "makeFlags=PREFIX=$out";
meta = {