mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
xerces-c: Add to channel
This commit is contained in:
parent
b15578ac60
commit
b896767f6c
|
@ -13,5 +13,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://xerces.apache.org/xerces-c/;
|
||||
description = "Validating XML parser written in a portable subset of C++";
|
||||
license = "ASL2.0";
|
||||
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue