python3.pkgs.libselinux: doesn't build w/python38
This commit is contained in:
parent
780fb563c7
commit
5dfd3c4975
@ -2761,6 +2761,7 @@ in {
|
||||
(p: p.overrideAttrs (super: {
|
||||
meta = super.meta // {
|
||||
outputsToInstall = [ "py" ];
|
||||
broken = (super.meta.broken or false) || pythonAtLeast "3.8";
|
||||
};
|
||||
}))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user