linuxPackages.bbswitch: disable on AArch64
It makes no sense on non-x86 platforms.
This commit is contained in:
parent
9983c7004b
commit
1890fe359a
@ -50,7 +50,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A module for powering off hybrid GPUs";
|
description = "A module for powering off hybrid GPUs";
|
||||||
platforms = platforms.linux;
|
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||||
homepage = https://github.com/Bumblebee-Project/bbswitch;
|
homepage = https://github.com/Bumblebee-Project/bbswitch;
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user