cryptolyzer: expose application; add mainProgram (#443683)

This commit is contained in:
Cosima Neidahl
2025-09-18 14:03:07 +00:00
committed by GitHub
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -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 ];
};