forked from mirrors/nixpkgs
xml2: add platforms field
This commit is contained in:
parent
7d8a7be241
commit
b717faf49f
|
@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = http://ofb.net/~egnor/xml2/;
|
homepage = http://ofb.net/~egnor/xml2/;
|
||||||
description = "Tools for command line processing of XML, HTML, and CSV";
|
description = "Tools for command line processing of XML, HTML, and CSV";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
|
platforms = platforms.all;
|
||||||
maintainers = [ maintainers.rycee ];
|
maintainers = [ maintainers.rycee ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue