1 { lib, stdenv, fetchurl
3 , gtk3, glib, glibmm, gtkmm3, gtkspell3
6 stdenv.mkDerivation rec {
11 url = "mirror://sourceforge/project/gtkspell/gtkspellmm/" +
12 "${pname}-${version}.tar.xz";
13 sha256 = "0i8mxwyfv5mskachafa4qlh315q0cfph7s66s1s34nffadbmm1sv";
16 propagatedBuildInputs = [
20 nativeBuildInputs = [ pkg-config ];
22 gtk3 glib glibmm gtkmm3
26 description = "C++ binding for the gtkspell library";
27 homepage = "http://gtkspell.sourceforge.net/";
28 license = licenses.gpl2;
29 platforms = platforms.linux;