libpam-wrapper: init at 1.1.3

This commit is contained in:
Elyhaka
2020-05-19 14:02:39 +02:00
parent b47873026c
commit 8c9dc6df61
3 changed files with 40 additions and 0 deletions
+5
View File
@@ -7042,6 +7042,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 { };