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 ];
|
buildInputs = [ boost curl openssl log4shib xercesc xml-security-c ];
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
|
||||||
meta = {
|
enableParallelBuilding = true;
|
||||||
description = "A low-level library that provides a high level interface to XML processing for OpenSAML 2";
|
|
||||||
};
|
|
||||||
|
|
||||||
|
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…
x
Reference in New Issue
Block a user