python3Packages/libselinux: use self for python3Packages

This commit is contained in:
Wroclaw
2025-04-03 23:18:32 +02:00
parent 20c3c2b6ab
commit 77a87ee064
+1 -1
View File
@@ -7800,7 +7800,7 @@ self: super: with self; {
p.override {
enablePython = true;
python3 = python;
python3Packages = pythonPackages;
python3Packages = self;
}
)
(p: p.py)