thedynamicpacif
Fixes map image display
7f9ed6d
raw
history blame
294 Bytes
{pkgs}: {
deps = [
pkgs.unzip
pkgs.libGLU
pkgs.libGL
pkgs.zlib
pkgs.tk
pkgs.tcl
pkgs.openjpeg
pkgs.libxcrypt
pkgs.libwebp
pkgs.libtiff
pkgs.libjpeg
pkgs.libimagequant
pkgs.lcms2
pkgs.freetype
pkgs.postgresql
pkgs.openssl
];
}