sunga25's picture
Create replit.nix
c2d8291 verified
raw
history blame
273 Bytes
{pkgs}: {
deps = [
pkgs.arrow-cpp
pkgs.tk
pkgs.tcl
pkgs.qhull
pkgs.pkg-config
pkgs.gtk3
pkgs.gobject-introspection
pkgs.ghostscript
pkgs.freetype
pkgs.ffmpeg-full
pkgs.cairo
pkgs.glibcLocales
pkgs.python-launcher
];
}