distcc: making it build
This commit is contained in:
parent
17a4e01c69
commit
d476a7eac0
|
@ -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";
|
||||
'';
|
||||
|
|
Loading…
Reference in New Issue