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:
parent
b658ae200c
commit
7e2979b56f
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ which pkgconfig libxcb xcbutilkeysyms xcbutil bison xcbutilwm
|
buildInputs = [ which pkgconfig libxcb xcbutilkeysyms xcbutil bison xcbutilwm
|
||||||
libstartup_notification libX11 pcre libev yajl flex libXcursor perl ];
|
libstartup_notification libX11 pcre libev yajl flex libXcursor perl ];
|
||||||
|
|
||||||
|
patchPhase = "patchShebangs .";
|
||||||
|
|
||||||
configurePhase = "makeFlags=PREFIX=$out";
|
configurePhase = "makeFlags=PREFIX=$out";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user