manifest.scm: sort dependencies alphabetically

This commit is contained in:
Adrien Bourmault 2024-11-29 11:10:47 +01:00
parent 2754ef0de7
commit ede7ecac07
1 changed files with 13 additions and 13 deletions

View File

@ -6,27 +6,27 @@
(specifications->manifest
(list
"bash"
"cglm"
"coreutils"
"doxygen"
"gcc-toolchain"
"pkg-config"
"valgrind"
"findutils"
"gcc-toolchain"
"gdb"
"make"
"gtk"
"libxml2"
"glu"
"glew"
"glfw"
"cglm"
"libepoxy"
"pango@1.90.0"
"xorgproto"
"glib"
"mesa-headers"
"mesa"
"glu"
"gtk"
"libadwaita"
"libepoxy"
"libxml2"
"make"
"mesa"
"mesa-headers"
"pango@1.90.0"
"pkg-config"
"texinfo"
"valgrind"
"xorgproto"
)
)