18 stdenv.mkDerivation rec {
23 url = "mirror://sourceforge/presage/presage/${version}/presage-${version}.tar.gz";
24 sha256 = "0rm3b3zaf6bd7hia0lr1wyvi1rrvxkn7hg05r5r1saj0a3ingmay";
30 url = "https://git.alpinelinux.org/aports/plain/community/presage/gcc6.patch?id=40e2044c9ecb36eacb3a1fd043f09548d210dc01";
31 sha256 = "0243nx1ygggmsly7057vndb4pkjxg9rpay5gyqqrq9jjzjzh63dj";
33 ./fixed-cppunit-detection.patch
36 name = "presage-0.9.1-gcc11.patch";
37 url = "https://build.opensuse.org/public/source/openSUSE:Factory/presage/presage-0.9.1-gcc11.patch?rev=3f8b4b19c99276296d6ea595cc6c431f";
38 sha256 = "sha256-pLrIFXvJHRvv4x9gBIfal4Y68lByDE3XE2NZNiAXe9k=";
53 export FONTCONFIG_FILE=${fontconfig.out}/etc/fonts/fonts.conf
68 checkTarget = "check";
71 description = "An intelligent predictive text entry system";
72 homepage = "https://presage.sourceforge.io/";
73 license = licenses.gpl2Plus;
74 maintainers = with maintainers; [ dotlambda ];