cryptolyzer: expose application; add mainProgram (#443683)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{ python3Packages }:
|
||||
|
||||
python3Packages.toPythonApplication python3Packages.cryptolyzer
|
||||
@@ -74,6 +74,7 @@ buildPythonPackage rec {
|
||||
homepage = "https://gitlab.com/coroner/cryptolyzer";
|
||||
changelog = "https://gitlab.com/coroner/cryptolyzer/-/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.mpl20;
|
||||
mainProgram = "cryptolyze";
|
||||
maintainers = with lib.maintainers; [ kranzes ];
|
||||
teams = with lib.teams; [ ngi ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user