1 { lib, python3Packages, fetchPypi }:
4 # https://github.com/NixOS/nixpkgs/issues/348788
5 mistune_2 = python3Packages.mistune.overridePythonAttrs(oldAttrs: rec {
8 inherit (oldAttrs) pname;
10 hash = "sha256-AkYRPLJJLbh1xr5Wl0p8iTMzvybNkokchfYxUc7gnTQ=";
14 python3Packages.buildPythonPackage rec {
19 inherit pname version;
20 hash = "sha256-l9W5L4LD9qRo3rLBkgd2I/aDaj+ucib5UYg+X4RYg6c=";
23 propagatedBuildInputs = with python3Packages; [
31 pythonImportsCheck = [ "present" ];
33 # TypeError: don't know how to make test from: 0.6.0
37 description = "Terminal-based presentation tool with colors and effects";
38 homepage = "https://github.com/vinayak-mehta/present";
39 license = licenses.asl20;
40 maintainers = with maintainers; [ lom ];
41 mainProgram = "present";