_915resolution: Only works on x86
https://hydra.nixos.org/build/60928068
This commit is contained in:
parent
9aa998eb48
commit
204a15ec42
@ -14,6 +14,6 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://915resolution.mango-lang.org/;
|
homepage = http://915resolution.mango-lang.org/;
|
||||||
description = "A tool to modify Intel 800/900 video BIOS";
|
description = "A tool to modify Intel 800/900 video BIOS";
|
||||||
platforms = platforms.linux;
|
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user