1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-11 23:55:28 +02:00

shell.nix: add gmp and luajit

This commit is contained in:
y5nw
2025-10-04 13:49:00 +02:00
committed by sfan5
parent 3a0152c491
commit 244dc7ac06

View File

@@ -13,12 +13,14 @@ pkgs.mkShell {
pkgs.libjpeg
pkgs.libpng
pkgs.libGL
pkgs.luajit
pkgs.SDL2
pkgs.openal
pkgs.curl
pkgs.libvorbis
pkgs.libogg
pkgs.gettext
pkgs.gmp
pkgs.freetype
pkgs.sqlite
];