xmlto: remove misleading meta.platforms attribute that prevents this package from being built on Darwin

This commit is contained in:
Peter Simons 2013-11-26 16:10:04 +01:00
parent 139c5b5069
commit 49db8a524c

View file

@ -43,8 +43,5 @@ stdenv.mkDerivation rec {
license = "GPLv2+";
homepage = https://fedorahosted.org/xmlto/;
maintainers = [ ];
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
};
}