1
0
Fork 0
mirror of https://github.com/diamondburned/cchat-gtk.git synced 2024-07-27 04:29:14 +00:00
cchat-gtk/shell.nix

20 lines
283 B
Nix

{ unstable ? import <unstable> {} }:
unstable.stdenv.mkDerivation rec {
name = "cchat-gtk";
version = "0.0.2";
buildInputs = with unstable; [
libhandy
gnome3.gspell
gnome3.glib
gnome3.gtk
];
nativeBuildInputs = with unstable; [
pkgconfig
go
wrapGAppsHook
];
}