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;
|
homepage = http://avahi.org;
|
||||||
license = "LGPLv2+";
|
license = "LGPLv2+";
|
||||||
|
|
||||||
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
|
platforms = stdenv.lib.platforms.linux; # arbitrary choice
|
||||||
maintainers = [ stdenv.lib.maintainers.ludo ];
|
maintainers = [ stdenv.lib.maintainers.ludo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user