python.pkgs.acme: add meta
This commit is contained in:
@@ -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";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user