3
0
Fork 0
forked from mirrors/nixpkgs

Merge branch 'master' of github.com:NixOS/nixpkgs

This commit is contained in:
Rok Garbas 2012-12-22 17:21:49 +01:00
commit 6e02c33e0b

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";
'';