gem-graph-client/manifest.scm

29 lines
387 B
Scheme
Raw Normal View History

2023-01-23 18:44:16 +01:00
;;
;; Dépendances sous GNU Guix
;;
(specifications->manifest
(list
"bash"
"coreutils"
"gcc-toolchain"
"pkg-config"
"valgrind"
"findutils"
"gdb"
2023-01-23 18:44:16 +01:00
"make"
"gtk"
"libxml2"
"glew"
"glfw"
"libepoxy"
"pango@1.90.0"
"xorgproto"
"glib"
"mesa-headers"
"mesa"
"libadwaita"
2023-01-23 18:44:16 +01:00
)
)