_915resolution: Only works on x86

https://hydra.nixos.org/build/60928068
This commit is contained in:
Tuomas Tynkkynen 2017-09-13 15:42:50 +03:00
parent 9aa998eb48
commit 204a15ec42

View file

@ -14,6 +14,6 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://915resolution.mango-lang.org/;
description = "A tool to modify Intel 800/900 video BIOS";
platforms = platforms.linux;
platforms = [ "i686-linux" "x86_64-linux" ];
};
}