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: {
|
(p: p.overrideAttrs (super: {
|
||||||
meta = super.meta // {
|
meta = super.meta // {
|
||||||
outputsToInstall = [ "py" ];
|
outputsToInstall = [ "py" ];
|
||||||
|
broken = (super.meta.broken or false) || pythonAtLeast "3.8";
|
||||||
};
|
};
|
||||||
}))
|
}))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user