7 , gobject-introspection
25 stdenv.mkDerivation rec {
30 url = "https://pawsa.fedorapeople.org/balsa/${pname}-${version}.tar.xz";
31 sha256 = "1hcgmjka2x2igdrmvzlfs12mv892kv4vzv5iy90kvcqxa625kymy";
61 "--with-gtksourceview"
63 "--with-spell-checker=gtkspell"
70 enableParallelBuilding = true;
73 homepage = "http://pawsa.fedorapeople.org/balsa/";
74 description = "E-mail client for GNOME";
75 license = licenses.gpl2Plus;
76 platforms = platforms.unix;
77 maintainers = [ maintainers.romildo ];