6 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
15 hash = "sha256-mgluhC2DMS4OyS/BoWqBdVf7GcxquOtOKTHZ/hbiHQM=";
18 propagatedBuildInputs = with python3.pkgs; [
24 pythonImportsCheck = [ "asn1editor" ];
26 # Tests fail in sandbox, e.g.
27 # "SystemExit: Unable to access the X Display, is $DISPLAY set properly?"
31 description = "Python based editor for ASN.1 encoded data";
32 homepage = "https://github.com/Futsch1/asn1editor";
33 license = licenses.mit;
34 mainProgram = "asn1editor";
35 maintainers = with maintainers; [ bjornfor ];