Reverse conditional in meta.broken

+1 -1
+1 -1
pkgs/os-specific/linux/ply/default.nix
··· 36 36 homepage = "https://wkz.github.io/ply/"; 37 37 license = [ licenses.gpl2 ]; 38 38 maintainers = with maintainers; [ mic92 mbbx6spp ]; 39 - broken = lib.versionAtLeast kernel.version "4.0"; 39 + broken = lib.versionOlder kernel.version "4.0"; 40 40 }; 41 41 }