10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
18 sha256 = "10bxr1zf9wxl55d4cw2j02r6sgqln7mbxplhhfvhw0z92fi40kr3";
22 # Fixed build with GCC 11
24 url = "https://github.com/Samsung/rlottie/commit/2d7b1fa2b005bba3d4b45e8ebfa632060e8a157a.patch";
25 hash = "sha256-2JPsj0WiBMMu0N3NUYDrHumvPN2YS8nPq5Zwagx6UWE=";
29 nativeBuildInputs = [ meson ninja pkg-config ];
32 homepage = "https://github.com/Samsung/rlottie";
33 description = "A platform independent standalone c++ library for rendering vector based animations and art in realtime";
34 license = with licenses; [ mit bsd3 mpl11 ftl ];
35 platforms = platforms.all;
36 maintainers = with maintainers; [ CRTified ];