Skip to content

Commit

Permalink
coyim: disable on Darwin
Browse files Browse the repository at this point in the history
It has never been building on Darwin.
  • Loading branch information
orivej committed Nov 25, 2017
1 parent 2f1a818 commit 03209fc
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -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;
};
}

0 comments on commit 03209fc

Please sign in to comment.