SDL_sixel
SDL_sixel 0-unstable-2016-02-06
SDL 1.2 patched with libsixel support
https://github.com/saitoha/SDL1.2-SIXELGNU Lesser General Public License v2.1
main program: sdl-configprograms: sdl-config
Platforms (24)
x86_64-linuxmicroblaze-linuxarmv5tel-linuxmips64el-linuxm68k-linuxi686-linuxmicroblazeel-linuxpowerpc-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ SDL_sixel ];
Ad-hoc shell
nix-shell -p SDL_sixel
Flake (nix run)
nix run nixpkgs#SDL_sixel