google-chrome: meta.platforms "linux" -> "x86_64-linux"

i386-linux: broken
aarch64-linux: x86_64-linux version is installed
This commit is contained in:
volth 2017-12-06 06:21:53 +00:00 committed by Bjørn Forsman
parent c29db1d172
commit 6334a85cee

View File

@ -139,6 +139,6 @@ in stdenv.mkDerivation rec {
homepage = https://www.google.com/chrome/browser/; homepage = https://www.google.com/chrome/browser/;
license = licenses.unfree; license = licenses.unfree;
maintainers = [ maintainers.msteen ]; maintainers = [ maintainers.msteen ];
platforms = platforms.linux; platforms = [ "x86_64-linux" ];
}; };
} }