Unverified Commit f3a30e18 authored by Cosima Neidahl's avatar Cosima Neidahl Committed by GitHub
Browse files

cryptolyzer: expose application; add mainProgram (#443683)

parents 1e4cbab9 cb4a14d9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
{ python3Packages }:

python3Packages.toPythonApplication python3Packages.cryptolyzer
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };