forked from mirrors/nixpkgs
alienfx: also build on i686
This commit is contained in:
parent
f2581d2894
commit
4f199ef7bb
|
@ -32,8 +32,7 @@ stdenv.mkDerivation {
|
|||
description = "Controls AlienFX lighting";
|
||||
homepage = "https://github.com/tibz/alienfx";
|
||||
maintainers = [stdenv.lib.maintainers.tomberek];
|
||||
# Has only been tested on M11x
|
||||
platforms = [ "x86_64-linux" ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue