summary refs log tree commit diff
path: root/pkgs/tools/security/keybase
diff options
context:
space:
mode:
authorPiper McCorkle <contact@piperswe.me>2020-05-30 05:17:17 -0700
committerPiper McCorkle <contact@piperswe.me>2020-05-30 05:17:17 -0700
commit6e0f899b7ded136f800836c8ac6b17d9b1d66434 (patch)
tree2daba7b53217dcbfa691311cc387275185538aa1 /pkgs/tools/security/keybase
parent69ea180bc9fed4e391f7d31d3fc135991d066c4e (diff)
downloadnixpkgs-6e0f899b7ded136f800836c8ac6b17d9b1d66434.tar
nixpkgs-6e0f899b7ded136f800836c8ac6b17d9b1d66434.tar.gz
nixpkgs-6e0f899b7ded136f800836c8ac6b17d9b1d66434.tar.bz2
nixpkgs-6e0f899b7ded136f800836c8ac6b17d9b1d66434.tar.lz
nixpkgs-6e0f899b7ded136f800836c8ac6b17d9b1d66434.tar.xz
nixpkgs-6e0f899b7ded136f800836c8ac6b17d9b1d66434.tar.zst
nixpkgs-6e0f899b7ded136f800836c8ac6b17d9b1d66434.zip
keybase-gui: set platforms to x86_64-linux
Diffstat (limited to 'pkgs/tools/security/keybase')
-rw-r--r--pkgs/tools/security/keybase/gui.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/keybase/gui.nix b/pkgs/tools/security/keybase/gui.nix
index 05490784390..b745b63ca9d 100644
--- a/pkgs/tools/security/keybase/gui.nix
+++ b/pkgs/tools/security/keybase/gui.nix
@@ -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;
   };