12 buildPythonPackage rec {
15 format = "setuptools";
18 inherit pname version;
19 sha256 = "00cxzfifvgcf3d3s8lsj1yxcwyf3a1964p86fj7b42q8pa0b4r3i";
22 propagatedBuildInputs = [
33 homepage = "https://github.com/cpitclaudel/alectryon";
34 description = "Collection of tools for writing technical documents that mix Coq code and prose";
35 mainProgram = "alectryon";
36 license = licenses.mit;
37 maintainers = with maintainers; [ Zimmi48 ];