Merge branch 'master' into x-updates

This commit is contained in:
Shea Levy
2012-07-18 23:24:10 -04:00
59 changed files with 755 additions and 285 deletions
@@ -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 = {