1
0
Fork 0

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
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)
("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+))

View File

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