keybase-gui: set platforms to x86_64-linux

This commit is contained in:
Piper McCorkle 2020-05-30 05:17:17 -07:00
parent 69ea180bc9
commit 6e0f899b7d

View file

@ -107,7 +107,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = "https://www.keybase.io/";
description = "The Keybase official GUI";
platforms = platforms.linux;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ avaq rvolosatovs puffnfresh np filalex77 ];
license = licenses.bsd3;
};