python-packages: fix sorting of inherits

Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
Paul Meyer
2025-03-27 16:43:18 +01:00
parent bce4d53df6
commit fdeb0c6363
+2 -1
View File
@@ -27,7 +27,8 @@ self: super: with self; {
setuptools = callPackage ../development/python-modules/setuptools { };
# keep-sorted start block=yes newline_separated=yes
# by_regex ensures inherit statements are sorted after the (first) attribute name that is inherited.
# keep-sorted start block=yes newline_separated=yes by_regex=["(?:inherit\\s+\\([^)]+\\)\\n?\\s*)?(.+)"]
a2wsgi = callPackage ../development/python-modules/a2wsgi { };
aafigure = callPackage ../development/python-modules/aafigure { };