cryptolyzer: expose application; add mainProgram (#443683)

Changed files
+4
pkgs
by-name
cr
cryptolyzer
development
python-modules
cryptolyzer
+3
pkgs/by-name/cr/cryptolyzer/package.nix
···
···
+
{ python3Packages }:
+
+
python3Packages.toPythonApplication python3Packages.cryptolyzer
+1
pkgs/development/python-modules/cryptolyzer/default.nix
···
homepage = "https://gitlab.com/coroner/cryptolyzer";
changelog = "https://gitlab.com/coroner/cryptolyzer/-/blob/v${version}/CHANGELOG.md";
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ kranzes ];
teams = with lib.teams; [ ngi ];
};
···
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 ];
};