You can now kiss the frog!
[mudsync.git] / guix.scm
index 6a9869905e03602080f4e1ac4e67512db952143a..1cbe7a999874655a99c8c3e4fe1f1b3786681bb7 100644 (file)
--- a/guix.scm
+++ b/guix.scm
@@ -1,6 +1,6 @@
 ;;; mudsync --- Live hackable MUDs in Guile
 ;;; Copyright (C) 2016 Jan Nieuwenhuizen <janneke@gnu.org>
-;;; Copyright (C) 2017 Christopher Allan Webber <cwebber@dustycloud.org>
+;;; Copyright (C) 2017 Christine Lemmer-Webber <cwebber@dustycloud.org>
 ;;;
 ;;; This program is free software: you can redistribute it and/or modify
 ;;; it under the terms of the GNU General Public License as published by
@@ -46,6 +46,7 @@
              (gnu packages)
              (gnu packages autotools)
              (gnu packages guile)
+             (gnu packages guile-xyz)
              (gnu packages pkg-config)
              (gnu packages texinfo))
 
@@ -62,9 +63,9 @@
                    ("automake" ,automake)
                    ("pkg-config" ,pkg-config)
                    ("texinfo" ,texinfo)))
-  (inputs `(("guile" ,guile-2.2)
+  (inputs `(("guile" ,guile-3.0)
             ("guile-8sync" ,guile-8sync)
-            ("guile-irregex" ,guile2.2-irregex)))
+            ("guile-irregex" ,guile-irregex)))
   (arguments
    `(#:phases (modify-phases %standard-phases
                 (add-before 'configure 'bootstrap