xerces-c: Add to channel

This commit is contained in:
Eelco Dolstra 2014-01-13 15:49:21 +01:00
parent b15578ac60
commit b896767f6c

View File

@ -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;
};
}