16 stdenv.mkDerivation rec {
17 pname = "libticalcs2";
20 url = "mirror://sourceforge/tilp/${pname}-${version}.tar.bz2";
21 sha256 = "08c9wgrdnyqcs45mx1bjb8riqq81bzfkhgaijxzn96rhpj40fy3n";
36 ] ++ lib.optionals stdenv.isLinux [
38 ] ++ lib.optionals stdenv.isDarwin [
43 changelog = "http://lpg.ticalc.org/prj_tilp/news.html";
44 description = "This library is part of the TiLP framework";
45 homepage = "http://lpg.ticalc.org/prj_tilp/";
46 license = licenses.gpl2Plus;
47 maintainers = with maintainers; [ siraben luc65r ];
48 platforms = with platforms; linux ++ darwin;