alienfx: also build on i686

+1 -2
+1 -2
pkgs/os-specific/linux/alienfx/default.nix
··· 32 description = "Controls AlienFX lighting"; 33 homepage = "https://github.com/tibz/alienfx"; 34 maintainers = [stdenv.lib.maintainers.tomberek]; 35 - # Has only been tested on M11x 36 - platforms = [ "x86_64-linux" ]; 37 }; 38 } 39
··· 32 description = "Controls AlienFX lighting"; 33 homepage = "https://github.com/tibz/alienfx"; 34 maintainers = [stdenv.lib.maintainers.tomberek]; 35 + platforms = stdenv.lib.platforms.linux; 36 }; 37 } 38