Merge pull request #4744 from k0ral/termite

termite: fixed shebangs
This commit is contained in:
Domen Kožar 2014-10-31 08:41:09 +01:00
commit 924d66efd6
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
buildInputs = [ gobjectIntrospection intltool pkgconfig gnome3.glib gnome3.gtk3 ncurses vala libxml2 ];
preConfigure = "patchShebangs .";
configureFlags = [ "--enable-introspection" ];
enableParallelBuilding = true;