only build avahi on linux, because it has never built on any platforms other than linux

svn path=/nixpkgs/trunk/; revision=25408
This commit is contained in:
Rob Vermaas 2011-01-05 09:46:50 +00:00
parent adeb63e4c2
commit 66402577a0

View File

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
homepage = http://avahi.org;
license = "LGPLv2+";
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
platforms = stdenv.lib.platforms.linux; # arbitrary choice
maintainers = [ stdenv.lib.maintainers.ludo ];
};
}