coyim: disable on Darwin
It has never been building on Darwin.
This commit is contained in:
parent
2f1a818d00
commit
03209fc043
@ -16,9 +16,10 @@ buildGoPackage rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig wrapGAppsHook glib cairo gdk_pixbuf gnome3.gtk gnome3.defaultIconTheme ];
|
nativeBuildInputs = [ pkgconfig wrapGAppsHook glib cairo gdk_pixbuf gnome3.gtk gnome3.defaultIconTheme ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "a safe and secure chat client";
|
description = "a safe and secure chat client";
|
||||||
homepage = https://coy.im/;
|
homepage = https://coy.im/;
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user