9 stdenv.mkDerivation rec {
14 url = "https://download.tuxfamily.org/ctpl/releases/ctpl-${version}.tar.gz";
15 sha256 = "sha256-IRCPx1Z+0hbe6kWRrb/s6OiLH0uxynfDdACSBkTXVr4=";
18 nativeBuildInputs = [ pkg-config ];
19 buildInputs = [ glib ];
22 homepage = "http://ctpl.tuxfamily.org/";
23 description = "Template engine library written in C";
25 platforms = platforms.linux;
27 license = licenses.gpl3Plus;