mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
Merge pull request #141576 from Artturin/tbsmarkbroken
This commit is contained in:
commit
9bc92ba914
@ -59,6 +59,6 @@ in stdenv.mkDerivation {
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ ck3d ];
|
||||
priority = -1;
|
||||
broken = lib.versionAtLeast kernel.version "4.18";
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user