31 lines
418 B
Scheme
Executable File
31 lines
418 B
Scheme
Executable File
;;
|
|
;; Dépendances sous GNU Guix
|
|
;;
|
|
|
|
|
|
(specifications->manifest
|
|
(list
|
|
"bash"
|
|
"coreutils"
|
|
"gcc-toolchain"
|
|
"pkg-config"
|
|
"valgrind"
|
|
"findutils"
|
|
"gdb"
|
|
"make"
|
|
"gtk"
|
|
"libxml2"
|
|
"glu"
|
|
"glew"
|
|
"cglm"
|
|
"libepoxy"
|
|
"pango@1.90.0"
|
|
"xorgproto"
|
|
"glib"
|
|
"mesa-headers"
|
|
"mesa"
|
|
"mesa-utils"
|
|
"libadwaita"
|
|
)
|
|
)
|