commit
b6714f524b
@ -0,0 +1,24 @@
|
|||||||
|
{ stdenv, buildGoPackage, fetchFromGitHub, pkgconfig,
|
||||||
|
cairo, gdk_pixbuf, glib, gnome3, wrapGAppsHook }:
|
||||||
|
|
||||||
|
buildGoPackage rec {
|
||||||
|
name = "coyim-${version}";
|
||||||
|
version = "v0.3.7_1";
|
||||||
|
|
||||||
|
goPackagePath = "github.com/twstrike/coyim";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "twstrike";
|
||||||
|
repo = "coyim";
|
||||||
|
rev = "df2c52fe865d38fa27e8a7af1d87612e8c048805";
|
||||||
|
sha256 = "1sna1n9dz1crws6cb1yjhy2kznbngjlbiw2diycshvbfigf7y7xl";
|
||||||
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [ pkgconfig wrapGAppsHook glib cairo gdk_pixbuf gnome3.gtk gnome3.defaultIconTheme ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "a safe and secure chat client";
|
||||||
|
homepage = https://coy.im/;
|
||||||
|
license = stdenv.lib.licenses.gpl3;
|
||||||
|
};
|
||||||
|
}
|
@ -13213,6 +13213,8 @@ with pkgs;
|
|||||||
|
|
||||||
convchain = callPackage ../tools/graphics/convchain {};
|
convchain = callPackage ../tools/graphics/convchain {};
|
||||||
|
|
||||||
|
coyim = callPackage ../applications/networking/instant-messengers/coyim {};
|
||||||
|
|
||||||
cpp_ethereum = callPackage ../applications/misc/cpp-ethereum { };
|
cpp_ethereum = callPackage ../applications/misc/cpp-ethereum { };
|
||||||
|
|
||||||
csdp = callPackage ../applications/science/math/csdp {
|
csdp = callPackage ../applications/science/math/csdp {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user