mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
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:
parent
adeb63e4c2
commit
66402577a0
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user