11 version = "0-unstable-2016-02-06";
13 src = fetchFromGitHub {
15 repo = "SDL1.2-SIXEL";
16 rev = "ab3fccac6e34260a617be511bd8c2b2beae41952";
17 hash = "sha256-l5eLnfV2ozAlfiTo2pr0a2BXv/pwfpX4pycw1Z7doj4=";
20 nativeBuildInputs = [ pkg-config ];
22 buildInputs = [ libsixel ];
25 (lib.enableFeature true "video-sixel")
31 homepage = "https://github.com/saitoha/SDL1.2-SIXEL";
32 description = "SDL 1.2 patched with libsixel support";
33 license = lib.licenses.lgpl21;
34 mainProgram = "sdl-config";
35 maintainers = lib.teams.sdl.members
36 ++ (with lib.maintainers; [ ]);
37 platforms = lib.platforms.linux;