Commit af4f072f authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

vpWithSixel: also use SDL_sixel in SDL libs

parent e14e7410
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 { };