27 lines
342 B
Scheme
27 lines
342 B
Scheme
|
;;
|
||
|
;; 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"
|
||
|
)
|
||
|
)
|