From 0f460487c12cdaf68973975d7587962ffa00d097 Mon Sep 17 00:00:00 2001 From: TakeV Date: Thu, 6 Jul 2023 22:04:03 -0700 Subject: [PATCH] Add copying and guix.scm files to hall --- hall.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hall.scm b/hall.scm index b0f99b2..1e11923 100644 --- a/hall.scm +++ b/hall.scm @@ -30,9 +30,11 @@ (in-file "make-initiator") (text-file "make-initiator") (text-file "make-joiner"))))) - (documentation ((org-file "README"))) + (documentation + ((text-file "COPYING") (org-file "README"))) (infrastructure - ((in-file "pre-inst-env") + ((scheme-file "guix") + (in-file "pre-inst-env") (directory "build-aux" ((tex-file "texinfo")