diff --git a/go.mod b/go.mod index 7ea33ab..af4dd0c 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/Xuanwo/go-locale v1.0.0 github.com/alecthomas/chroma v0.7.3 github.com/diamondburned/cchat v0.3.17 - github.com/diamondburned/cchat-discord v0.0.0-20210107010729-8edbbcc24992 + github.com/diamondburned/cchat-discord v0.0.0-20210107014523-4fefdf1b9332 github.com/diamondburned/cchat-mock v0.0.0-20201115033644-df8d1b10f9db github.com/diamondburned/gspell v0.0.0-20201229064336-e43698fd5828 github.com/diamondburned/handy v0.0.0-20201229063418-ec23c1370374 diff --git a/go.sum b/go.sum index ef076d7..55dfbe1 100644 --- a/go.sum +++ b/go.sum @@ -96,6 +96,8 @@ github.com/diamondburned/cchat-discord v0.0.0-20210106052627-13f87a764b33 h1:Pl7 github.com/diamondburned/cchat-discord v0.0.0-20210106052627-13f87a764b33/go.mod h1:g+RqSLt/ccZZVZbsukOiCwQCqKM/9HfHMJVboIUW+tU= github.com/diamondburned/cchat-discord v0.0.0-20210107010729-8edbbcc24992 h1:njLrtjrCpaU/AVVj5TS7mhuDrm60f8CBFqvDFdpH4uI= github.com/diamondburned/cchat-discord v0.0.0-20210107010729-8edbbcc24992/go.mod h1:g+RqSLt/ccZZVZbsukOiCwQCqKM/9HfHMJVboIUW+tU= +github.com/diamondburned/cchat-discord v0.0.0-20210107014523-4fefdf1b9332 h1:nGOfPHgujDdvltCkzMiKhldlo9qLyflT8weG+xWOi2E= +github.com/diamondburned/cchat-discord v0.0.0-20210107014523-4fefdf1b9332/go.mod h1:g+RqSLt/ccZZVZbsukOiCwQCqKM/9HfHMJVboIUW+tU= github.com/diamondburned/cchat-mock v0.0.0-20201115033644-df8d1b10f9db h1:VQI2PdbsdsRJ7d669kp35GbCUO44KZ0Xfqdu4o/oqVg= github.com/diamondburned/cchat-mock v0.0.0-20201115033644-df8d1b10f9db/go.mod h1:M87kjNzWVPlkZycFNzpGPKQXzkHNnZphuwMf3E9ckgc= github.com/diamondburned/gotk3 v0.0.0-20201209182406-e7291341a091 h1:lQpSWzbi3rQf66aMSip/rIypasIFwqCqF0Wfn5og6gw= diff --git a/shell.nix b/shell.nix index 4b7eefc..2266e6c 100644 --- a/shell.nix +++ b/shell.nix @@ -25,15 +25,14 @@ in pkgs.stdenv.mkDerivation rec { version = "0.0.2"; buildInputs = [ - (nostrip libhandy) - (nostrip pkgs.gnome3.gspell) - (nostrip pkgs.gnome3.glib) - (nostrip pkgs.gnome3.gtk) + libhandy + pkgs.gnome3.gspell + pkgs.gnome3.glib + pkgs.gnome3.gtk ]; nativeBuildInputs = with pkgs; [ pkgconfig go - gperftools ]; # Debug flags.