8 python3.pkgs.buildPythonPackage rec {
12 src = fetchFromGitHub {
16 sha256 = "sha256-+Pp51cxeqjg5MW4CEccNWVjNcY9iyFNATIEage9RWJ0=";
19 propagatedBuildInputs =
26 nativeBuildInputs = [ coq ];
31 homepage = "https://github.com/EugeneLoy/coq_jupyter";
32 description = "Jupyter kernel for Coq";
33 license = licenses.asl20;
34 maintainers = with maintainers; [ thomasjm ];