mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
_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; {
|
||||
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" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user