diff options
author | Arun Isaac | 2021-12-20 16:36:38 +0530 |
---|---|---|
committer | Arun Isaac | 2021-12-20 16:37:33 +0530 |
commit | f529d95759683e4c1cf2551fc27125c1308ee2dd (patch) | |
tree | a5e62978f3f9637b624bbe8d79dbbadbd39cf1b0 | |
parent | 047d5208c9fc28f5862123d31e0745971e1ce735 (diff) | |
download | gn-transform-databases-f529d95759683e4c1cf2551fc27125c1308ee2dd.tar.gz |
Add guile-sparql to Guix manifest.
* guix.scm: Add guile-sparql to manifest.
-rw-r--r-- | guix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,4 +37,4 @@ (list guile-3.0 guile-dbi guile-dbd-mysql ;; We abuse (ccwl graphviz) as a library to visualize the database ;; schema. Hence we need ccwl and guile-libyaml. - ccwl graphviz guile-libyaml)) + ccwl graphviz guile-libyaml guile-sparql)) |