Skip to content

Commit

Permalink
_915resolution: Only works on x86
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Sep 13, 2017
1 parent 9aa998e commit 204a15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/915resolution/default.nix
Expand Up @@ -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" ];
};
}

0 comments on commit 204a15e

Please sign in to comment.