update deps

This commit is contained in:
Vivianne 2024-01-30 21:41:58 -05:00
parent 1c6a8da47d
commit 097244e6a0
3 changed files with 6 additions and 3 deletions

View File

@ -2,3 +2,6 @@
#+TITLE: README for Bugafriend #+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!

View File

@ -21,10 +21,10 @@
("automake" ,automake) ("automake" ,automake)
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
("texinfo" ,texinfo))) ("texinfo" ,texinfo)))
(inputs `(("guile" ,guile-3.0))) (inputs `(("guile" ,guile-3.0)
("guile-goblins" ,guile-goblins)))
(propagated-inputs `()) (propagated-inputs `())
(synopsis "") (synopsis "")
(description "") (description "")
(home-page "") (home-page "")
(license license:gpl3+)) (license license:gpl3+))

View File

@ -8,7 +8,7 @@
(description "") (description "")
(home-page "") (home-page "")
(license gpl3+) (license gpl3+)
(dependencies `()) (dependencies `(guile-goblins))
(skip ()) (skip ())
(files (libraries (files (libraries
((scheme-file "bugafriend") ((scheme-file "bugafriend")