coyim: disable on Darwin

It has never been building on Darwin.
This commit is contained in:
Orivej Desh 2017-11-25 07:28:08 +00:00
parent 2f1a818d00
commit 03209fc043

View File

@ -16,9 +16,10 @@ buildGoPackage rec {
nativeBuildInputs = [ pkgconfig wrapGAppsHook glib cairo gdk_pixbuf gnome3.gtk gnome3.defaultIconTheme ];
meta = {
meta = with stdenv.lib; {
description = "a safe and secure chat client";
homepage = https://coy.im/;
license = stdenv.lib.licenses.gpl3;
license = licenses.gpl3;
platforms = platforms.linux;
};
}