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