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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue