1 { lib, buildPythonPackage, fetchPypi
2 , pygments, dominate, beautifulsoup4, docutils, sphinx }:
4 buildPythonPackage rec {
10 inherit pname version;
11 sha256 = "00cxzfifvgcf3d3s8lsj1yxcwyf3a1964p86fj7b42q8pa0b4r3i";
14 propagatedBuildInputs = [
25 homepage = "https://github.com/cpitclaudel/alectryon";
26 description = "A collection of tools for writing technical documents that mix Coq code and prose";
27 mainProgram = "alectryon";
28 license = licenses.mit;
29 maintainers = with maintainers; [ Zimmi48 ];