libsnark: remove nested with lib;
in meta
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
This commit is contained in:
parent
44b6270df6
commit
a8873dec44
@ -39,10 +39,10 @@ stdenv.mkDerivation {
|
|||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "C++ library for zkSNARKs";
|
description = "C++ library for zkSNARKs";
|
||||||
homepage = "https://github.com/scipr-lab/libsnark";
|
homepage = "https://github.com/scipr-lab/libsnark";
|
||||||
license = licenses.mit;
|
license = lib.licenses.mit;
|
||||||
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
platforms = lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user