nvidiabl: mark as broken on kernels >4.4

All builds on kernels >4.4 fail.
This commit is contained in:
Joachim Fasting 2017-03-02 16:10:57 +01:00
parent 499f813ae8
commit c5785dc3eb
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -29,5 +29,7 @@ stdenv.mkDerivation rec {
description = "Linux driver for setting the backlight brightness on laptops using NVIDIA GPU";
homepage = https://github.com/guillaumezin/nvidiabl;
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
broken = !stdenv.lib.versionOlder kernel.version "4.9";
};
}