linuxPackages.mxu11x0: mark broken for kernel>=5.4

This commit is contained in:
Jonathan Ringer 2021-05-25 00:43:39 -07:00
parent 528a33727f
commit 873fa48824
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -32,5 +32,6 @@ stdenv.mkDerivation {
license = licenses.gpl2Plus;
maintainers = with maintainers; [ uralbash ];
platforms = platforms.linux;
broken = kernel.kernelAtLeast "5.4";
};
}