7 python = python3.override {
9 packageOverrides = self: super: {
10 # https://github.com/refi64/mrkd/pull/6
11 mistune = super.mistune.overridePythonAttrs (old: rec {
16 hash = "sha256-WaNCnbU8ULXGvMigf4hIywDX3IvbQxpKtBkg0gHUdW4=";
19 knownVulnerabilities = [
26 in python.pkgs.buildPythonApplication rec {
30 format = "setuptools";
33 inherit pname version;
34 sha256 = "456f8c1be99da268554b29c6b5383532e58119def5a65d85270bc6a0ecc26aaf";
37 propagatedBuildInputs = with python.pkgs; [
44 pythonImportsCheck = [ "mrkd" ];
47 description = "Write man pages using Markdown, and convert them to Roff or HTML";
48 homepage = "https://github.com/refi64/mrkd";
49 license = licenses.bsd2;
51 maintainers = with maintainers; [ prusnak ];