13 stdenv.mkDerivation rec {
18 url = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/libtiger/libtiger-${version}.tar.gz";
19 sha256 = "0rj1bmr9kngrgbxrjbn4f4f9pww0wmf6viflinq7ava7zdav4hkk";
27 substituteInPlace configure.ac --replace "-Werror" "-Wno-error"
38 ] ++ lib.optional stdenv.hostPlatform.isDarwin darwin.apple_sdk.frameworks.ApplicationServices;
41 homepage = "https://code.google.com/archive/p/libtiger/";
42 description = "Rendering library for Kate streams using Pango and Cairo";
43 platforms = lib.platforms.unix;
44 license = lib.licenses.lgpl21Plus;
45 maintainers = with lib.maintainers; [ matthewbauer ];