3
0
Fork 0
forked from mirrors/nixpkgs

alienfx: also build on i686

This commit is contained in:
Domen Kožar 2013-11-24 15:20:38 +01:00
parent f2581d2894
commit 4f199ef7bb

View file

@ -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;
};
}