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:
Vladimír Čunát 2021-10-26 13:29:49 +02:00
parent db9fd89560
commit cd1b1ad03b
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -40,5 +40,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.vcunat ]; maintainers = [ maintainers.vcunat ];
platforms = platforms.linux; platforms = platforms.linux;
broken = versionOlder kernel.version "4.19"; # 4.14 breaks and 4.19 works
}; };
} }