treewide: also use SDL_sixel in SDL libs (#407024)
This commit is contained in:
@@ -4691,6 +4691,7 @@ with pkgs;
|
||||
# Enable next line for console graphics. Note that it requires `sixel`
|
||||
# enabled terminals such as mlterm or xterm -ti 340
|
||||
SDL = SDL_sixel;
|
||||
SDL_image = SDL_image.override { SDL = SDL_sixel; };
|
||||
};
|
||||
|
||||
openconnectPackages = callPackage ../tools/networking/openconnect { };
|
||||
@@ -14680,6 +14681,7 @@ with pkgs;
|
||||
# that it requires sixel graphics compatible terminals like mlterm
|
||||
# or xterm -ti 340
|
||||
SDL = SDL_sixel;
|
||||
SDL_image = SDL_image.override { SDL = SDL_sixel; };
|
||||
};
|
||||
|
||||
zotero_7 = pkgs.zotero;
|
||||
@@ -16742,6 +16744,9 @@ with pkgs;
|
||||
# Note that it requires sixel capable terminals such as mlterm
|
||||
# or xterm -ti 340
|
||||
SDL = SDL_sixel;
|
||||
SDL_gfx = SDL_gfx.override { SDL = SDL_sixel; };
|
||||
SDL_image = SDL_image.override { SDL = SDL_sixel; };
|
||||
SDL_ttf = SDL_ttf.override { SDL = SDL_sixel; };
|
||||
};
|
||||
|
||||
yacreader = callPackage ../applications/graphics/yacreader { };
|
||||
|
||||
Reference in New Issue
Block a user