Loading pkgs/top-level/all-packages.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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 { }; Loading Loading @@ -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; Loading Loading @@ -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 { }; Loading
pkgs/top-level/all-packages.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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 { }; Loading Loading @@ -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; Loading Loading @@ -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 { };