mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
Reverse conditional in meta.broken
This commit is contained in:
parent
bcb2def465
commit
a07505d518
@ -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 New Issue
Block a user