1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

xml2: add platforms field

This commit is contained in:
Robert Helgesson 2016-05-22 14:34:05 +02:00
parent 7d8a7be241
commit b717faf49f

View file

@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
homepage = http://ofb.net/~egnor/xml2/;
description = "Tools for command line processing of XML, HTML, and CSV";
license = licenses.gpl2Plus;
platforms = platforms.all;
maintainers = [ maintainers.rycee ];
};
}