10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
18 sha256 = "1nny4295ipy4ajcxmmh04c796hcds0y7z7rv3qd17mj70y8j0r2d";
26 meson ninja pkg-config
33 # build system seems to be broken here, it still seems to handle jpeg
34 # through some other ways.
40 description = "SIXEL library for console graphics, and converter programs";
41 homepage = "https://github.com/libsixel/libsixel";
43 license = licenses.mit;
44 platforms = platforms.unix;