aboutsummaryrefslogtreecommitdiff
path: root/manifest.scm
diff options
context:
space:
mode:
authorArun Isaac2022-03-10 14:17:31 +0530
committerArun Isaac2022-03-10 14:17:31 +0530
commitd3044aba7f81dfa1edcd7a36f383d4870250a728 (patch)
tree60675e9567e5ce418ae32796815284e0de0066ee /manifest.scm
parent40d9326cf7a94340b32aad0c1d688a45bcd36427 (diff)
downloadgn-transform-databases-d3044aba7f81dfa1edcd7a36f383d4870250a728.tar.gz
Remove guix: prefix from guile-libyaml.
This reverses an accidental commit of work in progress code. * manifest.scm: Remove guix: prefix from guile-libyaml.
Diffstat (limited to 'manifest.scm')
-rw-r--r--manifest.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.scm b/manifest.scm
index eb9fbaf..61d6ec7 100644
--- a/manifest.scm
+++ b/manifest.scm
@@ -63,4 +63,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 guix:guile-libyaml guile-sparql run64))
+ ccwl graphviz guile-libyaml guile-sparql run64))