diff options
| -rw-r--r-- | manifest.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest.scm b/manifest.scm index d736e51..2905b6f 100644 --- a/manifest.scm +++ b/manifest.scm @@ -15,6 +15,7 @@ guile-dsv guile-hashing guile-libyaml + guile-uuid guile-dbd-mysql)) ((gnu packages rdf) #:select (raptor2)) (guix build-system gnu) @@ -55,7 +56,7 @@ (license license:gpl3+))) (packages->manifest - (list gnu-make guile-3.0 guile-dbi guile-dbd-mysql guile-zlib + (list gnu-make guile-3.0 guile-dbi guile-dbd-mysql guile-zlib guile-uuid guile-json-4 guile-dsv ;; We abuse (ccwl graphviz) as a library to visualize the database ;; schema. Hence we need ccwl and guile-libyaml. |
