gem-graph-client/manifest.scm

29 lines
398 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"
2023-01-25 12:24:52 +01:00
"findutils"
2023-02-23 21:54:22 +01:00
"gdb"
2023-01-23 18:44:16 +01:00
"make"
"gtk"
"libxml2"
"glu"
"glew"
"glfw"
"libepoxy"
"pango@1.90.0"
"xorgproto"
"glib"
"mesa-headers"
"mesa"
2023-01-24 21:54:29 +01:00
"libadwaita"
2023-01-23 18:44:16 +01:00
)
)