1 { lib, stdenv, fetchurl, pkg-config, libgnomeui, libxml2 }:
3 stdenv.mkDerivation rec {
9 url = "https://perso.b2b2c.ca/~sarrazip/dev/${pname}-${version}.tar.gz";
10 sha256 = "02kzin3pky2q2jnihrch8y0hy043kqqmzxq8j741x80kl0j1qxkm";
13 nativeBuildInputs = [ pkg-config ];
15 buildInputs = [ libgnomeui libxml2 ];
17 enableParallelBuilding = true;
20 homepage = "http://sarrazip.com/dev/verbiste.html";
21 description = "French and Italian verb conjugator";
22 license = licenses.gpl2Plus;
23 platforms = platforms.linux;
24 maintainers = with maintainers; [ orivej ];