11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
19 sha256 = "1nny4295ipy4ajcxmmh04c796hcds0y7z7rv3qd17mj70y8j0r2d";
27 meson ninja pkg-config
34 # build system seems to be broken here, it still seems to handle jpeg
35 # through some other ways.
41 description = "The SIXEL library for console graphics, and converter programs";
42 homepage = "https://github.com/libsixel/libsixel";
43 maintainers = with maintainers; [ vrthra ];
44 license = licenses.mit;
45 platforms = platforms.unix;