python3.pkgs.libselinux: doesn't build w/python38

This commit is contained in:
Maximilian Bosch
2020-01-10 21:13:47 +01:00
parent 780fb563c7
commit 5dfd3c4975

View File

@@ -2761,6 +2761,7 @@ in {
(p: p.overrideAttrs (super: {
meta = super.meta // {
outputsToInstall = [ "py" ];
broken = (super.meta.broken or false) || pythonAtLeast "3.8";
};
}))