Loading pkgs/top-level/all-packages.nix +1 −0 Original line number Diff line number Diff line Loading @@ -4701,6 +4701,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
pkgs/top-level/all-packages.nix +1 −0 Original line number Diff line number Diff line Loading @@ -4701,6 +4701,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