gem-graph-server/manifest.scm

28 lines
357 B
Scheme
Raw Normal View History

;;
;; Dépendances sous GNU Guix
;;
(specifications->manifest
(list
"bash"
"coreutils"
"gcc-toolchain"
"pkg-config"
"valgrind"
"findutils"
"gdb"
"make"
"libxml2"
"glu"
"glew"
"glfw"
"cglm"
"libepoxy"
"glib"
"mesa-headers"
"mesa"
2024-03-15 22:10:10 +01:00
"libomp"
)
)