1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Add Guix manifest.scm

This commit is contained in:
Andy Wingo 2024-07-03 10:38:55 +02:00
parent 5ba0aec869
commit b4bf949df6

10
manifest.scm Normal file
View file

@ -0,0 +1,10 @@
(use-modules (guix packages))
(specifications->manifest
'("bash"
"coreutils"
"gcc-toolchain"
"glibc"
"libgc"
"make"
"pkg-config"))