python3Packages.audit: init from audit

This commit is contained in:
Grimmauld
2025-09-11 10:05:43 +02:00
parent d54599d8e5
commit c98add0012
+6
View File
@@ -1136,6 +1136,12 @@ self: super: with self; {
audiotools = callPackage ../development/python-modules/audiotools { };
audit = toPythonModule (
pkgs.audit.override {
python3Packages = self;
}
);
auditok = callPackage ../development/python-modules/auditok { };
auditwheel = callPackage ../development/python-modules/auditwheel {