pkgs: add meta attr

Also add more detailed `enable` option descriptions.
This commit is contained in:
Erik Arvstedt
2021-12-14 19:51:23 +01:00
parent 602281b132
commit 5ab85cb2a5
17 changed files with 70 additions and 20 deletions

View File

@@ -19,8 +19,8 @@ stdenv.mkDerivation {
meta = with lib; {
description = "Optimized C library for EC operations on curve secp256k1";
homepage = "https://github.com/bitcoin-core/secp256k1";
license = with licenses; [ mit ];
license = licenses.mit;
maintainers = with maintainers; [ nixbitcoin ];
platforms = with platforms; unix;
platforms = platforms.unix;
};
}