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:
parent
5ba0aec869
commit
b4bf949df6
1 changed files with 10 additions and 0 deletions
10
manifest.scm
Normal file
10
manifest.scm
Normal file
|
@ -0,0 +1,10 @@
|
|||
(use-modules (guix packages))
|
||||
|
||||
(specifications->manifest
|
||||
'("bash"
|
||||
"coreutils"
|
||||
"gcc-toolchain"
|
||||
"glibc"
|
||||
"libgc"
|
||||
"make"
|
||||
"pkg-config"))
|
Loading…
Add table
Add a link
Reference in a new issue