Skip to content

Commit

Permalink
google-chrome: meta.platforms "linux" -> "x86_64-linux"
Browse files Browse the repository at this point in the history
i386-linux: broken
aarch64-linux: x86_64-linux version is installed
  • Loading branch information
volth authored and bjornfor committed Dec 6, 2017
1 parent c29db1d commit 6334a85
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -139,6 +139,6 @@ in stdenv.mkDerivation rec {
homepage = https://www.google.com/chrome/browser/;
license = licenses.unfree;
maintainers = [ maintainers.msteen ];
platforms = platforms.linux;
platforms = [ "x86_64-linux" ];
};
}

0 comments on commit 6334a85

Please sign in to comment.