Skip to content

Commit

Permalink
linuxPackages.bbswitch: disable on AArch64
Browse files Browse the repository at this point in the history
It makes no sense on non-x86 platforms.
  • Loading branch information
abbradar committed Mar 9, 2018
1 parent 9983c70 commit 1890fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/bbswitch/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ stdenv.mkDerivation {

meta = with stdenv.lib; {
description = "A module for powering off hybrid GPUs";
platforms = platforms.linux;
platforms = [ "x86_64-linux" "i686-linux" ];
homepage = https://github.com/Bumblebee-Project/bbswitch;
maintainers = with maintainers; [ abbradar ];
};
Expand Down

0 comments on commit 1890fe3

Please sign in to comment.