opensaml-cpp: minor fixes to meta fields and parallel building
This commit is contained in:
parent
61f0c5e05e
commit
5d5c1ac8e5
@ -15,9 +15,12 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
configureFlags = [ "--with-xmltooling=${xml-tooling-c}" ];
|
configureFlags = [ "--with-xmltooling=${xml-tooling-c}" ];
|
||||||
|
|
||||||
meta = {
|
enableParallelBuilding = true;
|
||||||
home = https://shibboleth.net/products/opensaml-cpp.html;
|
|
||||||
description = "A low-level library written in C++ that provides support for producing and consuming SAML messages";
|
|
||||||
};
|
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
homepage = "https://shibboleth.net/products/opensaml-cpp.html";
|
||||||
|
description = "A low-level library written in C++ that provides support for producing and consuming SAML messages";
|
||||||
|
platforms = platforms.unix;
|
||||||
|
license = licenses.asl20;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user