13 stdenv.mkDerivation rec {
18 url = "mirror://sourceforge/project/gtkspell/gtkspellmm/" + "${pname}-${version}.tar.xz";
19 sha256 = "0i8mxwyfv5mskachafa4qlh315q0cfph7s66s1s34nffadbmm1sv";
22 propagatedBuildInputs = [
26 nativeBuildInputs = [ pkg-config ];
35 description = "C++ binding for the gtkspell library";
36 homepage = "https://gtkspell.sourceforge.net/";
37 license = licenses.gpl2;
38 platforms = platforms.linux;