DataHubHub / replit.nix
whackthejacker's picture
Upload 34 files
43b66f1 verified
raw
history blame contribute delete
283 Bytes
{pkgs}: {
deps = [
pkgs.arrow-cpp
pkgs.tk
pkgs.tcl
pkgs.qhull
pkgs.gtk3
pkgs.gobject-introspection
pkgs.ghostscript
pkgs.freetype
pkgs.ffmpeg-full
pkgs.cairo
pkgs.glibcLocales
pkgs.xsimd
pkgs.pkg-config
pkgs.libxcrypt
];
}