This commit is contained in:
Vivianne 2023-07-14 19:45:27 -07:00
parent 8840ca1b1d
commit fc992f6b9a
1 changed files with 1 additions and 1 deletions

View File

@ -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 "")))