gem-graph-client/manifest.scm

32 lines
434 B
Scheme
Raw Normal View History

;;
;; Dépendances sous GNU Guix
;;
(specifications->manifest
(list
"bash"
"cglm"
"coreutils"
"doxygen"
"findutils"
"gdb"
"gcc-toolchain"
"glew"
"glib"
"glu"
"gtk"
"libadwaita"
"libepoxy"
"libxml2"
"make"
"mesa"
"mesa-headers"
2024-09-10 15:20:25 +02:00
"mesa-utils"
"pango@1.90.0"
"pkg-config"
"valgrind"
"xorgproto"
)
)