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
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

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";
};
}))