distcc: making it build

This commit is contained in:
Lluís Batlle i Rossell 2012-12-22 17:13:32 +01:00
parent 17a4e01c69
commit d476a7eac0

View file

@ -27,6 +27,7 @@ stdenv.mkDerivation {
--with${if gtk != null then "" else "out"}-gtk
--without-gnome
--enable-rfc2553
--disable-Werror # a must on gcc 4.6
)
installFlags="sysconfdir=$out/etc";
'';