diff --git a/README.org b/README.org index 9370f41..45cafac 100644 --- a/README.org +++ b/README.org @@ -2,3 +2,6 @@ #+TITLE: README for Bugafriend +This is a lovely little console/curses-based chat app created with Spritely Goblins + +It will be e2ee eventually but currently the Prelay Netlayer prevents this. That won't be the case for long, though! diff --git a/guix.scm b/guix.scm index 8febf0c..889b7e3 100644 --- a/guix.scm +++ b/guix.scm @@ -21,10 +21,10 @@ ("automake" ,automake) ("pkg-config" ,pkg-config) ("texinfo" ,texinfo))) - (inputs `(("guile" ,guile-3.0))) + (inputs `(("guile" ,guile-3.0) + ("guile-goblins" ,guile-goblins))) (propagated-inputs `()) (synopsis "") (description "") (home-page "") (license license:gpl3+)) - diff --git a/hall.scm b/hall.scm index 87aa125..6593922 100644 --- a/hall.scm +++ b/hall.scm @@ -8,7 +8,7 @@ (description "") (home-page "") (license gpl3+) - (dependencies `()) + (dependencies `(guile-goblins)) (skip ()) (files (libraries ((scheme-file "bugafriend")