Reverse conditional in meta.broken
This commit is contained in:
parent
bcb2def465
commit
a07505d518
1 changed files with 1 additions and 1 deletions
|
@ -36,6 +36,6 @@ in stdenv.mkDerivation {
|
|||
homepage = "https://wkz.github.io/ply/";
|
||||
license = [ licenses.gpl2 ];
|
||||
maintainers = with maintainers; [ mic92 mbbx6spp ];
|
||||
broken = lib.versionAtLeast kernel.version "4.0";
|
||||
broken = lib.versionOlder kernel.version "4.0";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue