alienfx: also build on i686

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