Add manifest

This commit is contained in:
TakeV 2023-12-08 10:34:55 -05:00
parent 9761663ef3
commit 1bb94e05db
Signed by: TakeV
GPG Key ID: A64F41345C7400AF
2 changed files with 7 additions and 1 deletions

View File

@ -22,6 +22,7 @@
(text-file "COPYING")
(directory "doc" ((texi-file "guile-docs")))))
(infrastructure
((scheme-file "guix")
((scheme-file "manifest")
(scheme-file "guix")
(text-file ".gitignore")
(scheme-file "hall")))))

5
manifest.scm Normal file
View File

@ -0,0 +1,5 @@
;; What follows is a "manifest" equivalent to the command line you gave.
;; You can store it in a file that you may then pass to any 'guix' command
;; that accepts a '--manifest' (or '-m') option.
(specifications->manifest (list "guile-hall" "guile"))