Merge pull request #75435 from Elyhaka/fprintd

This commit is contained in:
Jan Tojnar
2020-05-25 12:22:48 +02:00
committed by GitHub
6 changed files with 134 additions and 71 deletions

View File

@@ -7040,6 +7040,11 @@ in {
pytoml = callPackage ../development/python-modules/pytoml { };
pypamtest = pkgs.libpam-wrapper.override {
enablePython = true;
inherit python;
};
pypandoc = callPackage ../development/python-modules/pypandoc { };
yamllint = callPackage ../development/python-modules/yamllint { };