1 { lib, stdenv, fetchurl, pkg-config, gtk2, libxml2 }:
3 stdenv.mkDerivation rec {
9 url = "https://perso.b2b2c.ca/~sarrazip/dev/verbiste-${version}.tar.gz";
10 hash = "sha256-qp0OFpH4DInWjzraDI6+CeKh85JkbwVYHlJruIrGnBM=";
13 nativeBuildInputs = [ pkg-config ];
15 buildInputs = [ gtk2 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 ];