mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 05:57:53 +00:00
mailmanPackages.python3: fix markdown support
Fixes the issue reported at https://gitlab.com/mailman/mailman/-/issues/1137. The readme-renderer package needs cmarkgfm for markdown support. Mailman's postorious needs this to render the info field of mailing lists.
This commit is contained in:
parent
7876d878cf
commit
04952ac5c3
@ -28,6 +28,10 @@ python3.override {
|
|||||||
hash = "sha256-WF3FFrnrBCphnvCjnD19Vf6BvbTfCaUsnN3g0Hvxqn0=";
|
hash = "sha256-WF3FFrnrBCphnvCjnD19Vf6BvbTfCaUsnN3g0Hvxqn0=";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
readme-renderer = super.readme-renderer.overridePythonAttrs (_: {
|
||||||
|
propagatedBuildInputs = [ self.cmarkgfm ];
|
||||||
|
});
|
||||||
})
|
})
|
||||||
|
|
||||||
overlay;
|
overlay;
|
||||||
|
Loading…
Reference in New Issue
Block a user