Add manifest
This commit is contained in:
parent
9761663ef3
commit
1bb94e05db
2 changed files with 7 additions and 1 deletions
3
hall.scm
3
hall.scm
|
@ -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
5
manifest.scm
Normal 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"))
|
Loading…
Reference in a new issue