Skip to content

Commit b4bf949

Browse files
committed
Add Guix manifest.scm
1 parent 5ba0aec commit b4bf949

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

manifest.scm

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
(use-modules (guix packages))
2+
3+
(specifications->manifest
4+
'("bash"
5+
"coreutils"
6+
"gcc-toolchain"
7+
"glibc"
8+
"libgc"
9+
"make"
10+
"pkg-config"))

0 commit comments

Comments
 (0)