alienfx: also build on i686
This commit is contained in:
@@ -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" ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user