Merge pull request #89212 from piperswe/keybase-gui-x86_64-only
keybase-gui: set platforms to x86_64-linux
This commit is contained in:
commit
1957a62039
@ -107,7 +107,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://www.keybase.io/";
|
homepage = "https://www.keybase.io/";
|
||||||
description = "The Keybase official GUI";
|
description = "The Keybase official GUI";
|
||||||
platforms = platforms.linux;
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ avaq rvolosatovs puffnfresh np filalex77 ];
|
maintainers = with maintainers; [ avaq rvolosatovs puffnfresh np filalex77 ];
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user