1
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
TakeV 191411a1b5
Mess up hall's formating 2023-07-06 23:19:47 -07:00
TakeV 9c39fbdfc7
Remove manifest 2023-07-06 23:18:10 -07:00
2 changed files with 16 additions and 24 deletions

View File

@ -16,35 +16,32 @@
(files (libraries
((directory
"gib-gab-gob"
((compiled-scheme-file "game")
(scheme-file "rps")
((compiled-scheme-file "board")
(compiled-scheme-file "game")
(scheme-file "game")
(compiled-scheme-file "board")
(scheme-file "board")
(scheme-file "rps")
(compiled-scheme-file "rps")))))
(tests ((directory "tests" ())))
(tests ())
(programs
((directory
"scripts"
((in-file "make-joiner")
(in-file "make-initiator")
(text-file "make-initiator")
(text-file "make-joiner")))))
(text-file "make-joiner")
(text-file "make-initiator")))))
(documentation
((text-file "COPYING") (org-file "README")))
((org-file "README") (text-file "COPYING")))
(infrastructure
((shell-file "bootstrap")
(scheme-file "manifest")
(scheme-file "guix")
(in-file "pre-inst-env")
((automake-file "Makefile")
(autoconf-file "configure")
(text-file ".gitignore")
(scheme-file "hall")
(directory
"build-aux"
((tex-file "texinfo")
(scheme-file "test-driver")
((scheme-file "test-driver")
(text-file "missing")
(text-file "install-sh")
(text-file "mdate-sh")))
(scheme-file "hall")
(text-file ".gitignore")
(autoconf-file "configure")
(automake-file "Makefile")))))
(text-file "install-sh")))
(in-file "pre-inst-env")
(scheme-file "guix")
(shell-file "bootstrap")))))

View File

@ -1,5 +0,0 @@
;; 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 "tor"))