nvidiabl: mark as broken on kernels >4.4
All builds on kernels >4.4 fail.
This commit is contained in:
parent
499f813ae8
commit
c5785dc3eb
@ -29,5 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Linux driver for setting the backlight brightness on laptops using NVIDIA GPU";
|
description = "Linux driver for setting the backlight brightness on laptops using NVIDIA GPU";
|
||||||
homepage = https://github.com/guillaumezin/nvidiabl;
|
homepage = https://github.com/guillaumezin/nvidiabl;
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
broken = !stdenv.lib.versionOlder kernel.version "4.9";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user