Unverified Commit 45124b5c authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

treewide: also use SDL_sixel in SDL libs (#407024)

parents 7154e121 08df8d65
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 { };