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 (specifications->manifest
(list (list
"bash" "bash"
"cglm"
"coreutils" "coreutils"
"doxygen" "doxygen"
"gcc-toolchain"
"pkg-config"
"valgrind"
"findutils" "findutils"
"gcc-toolchain"
"gdb" "gdb"
"make"
"gtk"
"libxml2"
"glu"
"glew" "glew"
"glfw" "glfw"
"cglm"
"libepoxy"
"pango@1.90.0"
"xorgproto"
"glib" "glib"
"mesa-headers" "glu"
"mesa" "gtk"
"libadwaita" "libadwaita"
"libepoxy"
"libxml2"
"make"
"mesa"
"mesa-headers"
"pango@1.90.0"
"pkg-config"
"texinfo" "texinfo"
"valgrind"
"xorgproto"
) )
) )