Merge pull request #55284 from vcanadi/notedown

pythonPackages.notedown: init at 1.5.1
This commit is contained in:
Ryan Mulligan
2020-01-05 08:19:19 -08:00
committed by GitHub
4 changed files with 75 additions and 0 deletions

View File

@@ -4294,6 +4294,8 @@ in {
notebook = if isPy3k then callPackage ../development/python-modules/notebook { }
else callPackage ../development/python-modules/notebook/2.nix { };
notedown = callPackage ../development/python-modules/notedown { };
notify = callPackage ../development/python-modules/notify { };
notify2 = callPackage ../development/python-modules/notify2 {};
@@ -6334,6 +6336,8 @@ in {
pandocfilters = callPackage ../development/python-modules/pandocfilters { };
pandoc-attributes = callPackage ../development/python-modules/pandoc-attributes { };
htmltreediff = callPackage ../development/python-modules/htmltreediff { };
repeated_test = callPackage ../development/python-modules/repeated_test { };