From fc992f6b9ae17ae62de24379049d53f5978949f4 Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Fri, 14 Jul 2023 19:45:27 -0700 Subject: [PATCH] crap --- guix.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix.scm b/guix.scm index 1df2f83..6659a9c 100644 --- a/guix.scm +++ b/guix.scm @@ -196,7 +196,7 @@ Scheme. It contains all of the basic components needed to develop (string-append (assoc-ref inputs input) path)) - ,''("guile-goblins", "chickadee", "catbird")))))) + ,''("guile-goblins" "chickadee" "catbird")))))) (out (assoc-ref outputs "out")) (bin (string-append out "/bin/")) (site (uncompiled-dir out "")))