7 python3.pkgs.buildPythonPackage rec {
11 src = fetchFromGitHub {
15 sha256 = "sha256-+Pp51cxeqjg5MW4CEccNWVjNcY9iyFNATIEage9RWJ0=";
18 propagatedBuildInputs = (with python3.pkgs; [ ipykernel future ]) ++ [ coq ];
20 nativeBuildInputs = [ coq ];
25 homepage = "https://github.com/EugeneLoy/coq_jupyter";
26 description = "Jupyter kernel for Coq";
27 license = licenses.asl20;
28 maintainers = with maintainers; [ thomasjm ];