libsnark: remove nested with lib; in meta

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
This commit is contained in:
Fernando Rodrigues 2024-11-02 17:21:05 +00:00
parent 44b6270df6
commit a8873dec44
No known key found for this signature in database
GPG Key ID: CC3AE2EA00000000

View File

@ -39,10 +39,10 @@ stdenv.mkDerivation {
fetchSubmodules = true;
};
meta = with lib; {
meta = {
description = "C++ library for zkSNARKs";
homepage = "https://github.com/scipr-lab/libsnark";
license = licenses.mit;
platforms = lib.platforms.linux ++ lib.platforms.darwin;
license = lib.licenses.mit;
platforms = lib.platforms.all;
};
}