google-chrome: meta.platforms "linux" -> "x86_64-linux"
i386-linux: broken aarch64-linux: x86_64-linux version is installed
This commit is contained in:
parent
c29db1d172
commit
6334a85cee
@ -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" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user