mesche/manifest.scm

38 lines
476 B
Scheme

(specifications->manifest
'( ;; C/C++
"bash"
"coreutils"
"gcc-toolchain"
"make"
"pkg-config"
"gdb"
"zlib"
"valgrind"
;; Command line tools
"git"
"tar"
"zip"
"wget"
"gzip"
"openssh"
"nss-certs"
;; OpenGL and GLFW
"mesa"
"glfw"
;; Font rendering
"freetype"
"fontconfig"
;; Tools needed for emsdk to operate
"gcc:lib"
"zlib"
"python"
"python-certifi"
"which"
"tar"
"xz"
"lbzip2"))