diff options
author | Arun Isaac | 2022-03-10 14:17:31 +0530 |
---|---|---|
committer | Arun Isaac | 2022-03-10 14:17:31 +0530 |
commit | d3044aba7f81dfa1edcd7a36f383d4870250a728 (patch) | |
tree | 60675e9567e5ce418ae32796815284e0de0066ee | |
parent | 40d9326cf7a94340b32aad0c1d688a45bcd36427 (diff) | |
download | gn-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.
-rw-r--r-- | manifest.scm | 2 |
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)) |