mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
linuxPackages.rr-zen_workaround: set meta.broken
... on kernels that are too old for the code to build. I could have thought of this straight away.
This commit is contained in:
parent
db9fd89560
commit
cd1b1ad03b
@ -40,5 +40,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.vcunat ];
|
||||
platforms = platforms.linux;
|
||||
broken = versionOlder kernel.version "4.19"; # 4.14 breaks and 4.19 works
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user