python.pkgs.acme: add meta
This commit is contained in:
parent
274f091b95
commit
28808fe6b5
@ -27,4 +27,8 @@ buildPythonPackage rec {
|
|||||||
checkInputs = [ nose ];
|
checkInputs = [ nose ];
|
||||||
|
|
||||||
postUnpack = "sourceRoot=\${sourceRoot}/acme";
|
postUnpack = "sourceRoot=\${sourceRoot}/acme";
|
||||||
|
|
||||||
|
meta = certbot.meta // {
|
||||||
|
description = "ACME protocol implementation in Python";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user