Mess up hall's formating

This commit is contained in:
TakeV 2023-07-06 23:19:47 -07:00
parent 138e328367
commit 1116ff27a5
Signed by untrusted user: TakeV
GPG Key ID: A64F41345C7400AF
1 changed files with 16 additions and 19 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")))))