aboutsummaryrefslogtreecommitdiff
path: root/guix-dev.scm
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-03-06 22:52:56 +0000
committerChristopher Baines <mail@cbaines.net>2019-03-06 22:52:56 +0000
commit8bef36a95ebe616a646a4616dda01ef83bd0a829 (patch)
tree59729aa0984ab46567006b79ab4a67e9d3e170f1 /guix-dev.scm
parent623347d83513a1f35103186ca78e85443ee543ae (diff)
downloaddata-service-8bef36a95ebe616a646a4616dda01ef83bd0a829.tar
data-service-8bef36a95ebe616a646a4616dda01ef83bd0a829.tar.gz
Switch to guile-json@3
Diffstat (limited to 'guix-dev.scm')
-rw-r--r--guix-dev.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-dev.scm b/guix-dev.scm
index c3fc4ea..fdc9b53 100644
--- a/guix-dev.scm
+++ b/guix-dev.scm
@@ -43,7 +43,7 @@
(source #f)
(build-system gnu-build-system)
(inputs
- `(("guile-json" ,guile-json)
+ `(("guile-json" ,guile-json-3)
("guile-squee" ,guile-squee)
("guile-fibers" ,guile-fibers)
("guile-syntax-highlight" ,guile-syntax-highlight)