Merge pull request #142947 from vcunat/p/zen_workaround

This commit is contained in:
Sandro 2021-10-26 15:57:26 +02:00 committed by GitHub
commit 810dca1baa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
};
}