mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
xml-tooling-c: minor fixes to meta fields
This commit is contained in:
parent
14d8ce79ee
commit
61f0c5e05e
|
@ -13,8 +13,11 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [ boost curl openssl log4shib xercesc xml-security-c ];
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
||||
meta = {
|
||||
description = "A low-level library that provides a high level interface to XML processing for OpenSAML 2";
|
||||
};
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A low-level library that provides a high level interface to XML processing for OpenSAML 2";
|
||||
platforms = platforms.unix;
|
||||
license = licenses.asl20;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue