coyim: tweak platforms
This commit is contained in:
parent
ce89321950
commit
959585a2ed
1 changed files with 14 additions and 3 deletions
|
@ -1,5 +1,15 @@
|
|||
{ lib, buildGoPackage, fetchFromGitHub, pkg-config,
|
||||
cairo, gdk-pixbuf, glib, gnome, wrapGAppsHook, gtk3 }:
|
||||
{ lib
|
||||
, stdenv
|
||||
, buildGoPackage
|
||||
, fetchFromGitHub
|
||||
, pkg-config
|
||||
, cairo
|
||||
, gdk-pixbuf
|
||||
, glib
|
||||
, gnome
|
||||
, wrapGAppsHook
|
||||
, gtk3
|
||||
}:
|
||||
|
||||
buildGoPackage rec {
|
||||
pname = "coyim";
|
||||
|
@ -22,6 +32,7 @@ buildGoPackage rec {
|
|||
description = "a safe and secure chat client";
|
||||
homepage = "https://coy.im/";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux;
|
||||
platforms = [ "x86_64-linux" "x86_64-darwin" ];
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue