X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=guix.scm;h=1cbe7a999874655a99c8c3e4fe1f1b3786681bb7;hb=fcbd3bb68018571a18b5cd545029c535402c1177;hp=6a9869905e03602080f4e1ac4e67512db952143a;hpb=2904cd6e0295ea5bf74cfc1a0bad92a0b82b9f45;p=mudsync.git diff --git a/guix.scm b/guix.scm index 6a98699..1cbe7a9 100644 --- a/guix.scm +++ b/guix.scm @@ -1,6 +1,6 @@ ;;; mudsync --- Live hackable MUDs in Guile ;;; Copyright (C) 2016 Jan Nieuwenhuizen -;;; Copyright (C) 2017 Christopher Allan Webber +;;; Copyright (C) 2017 Christine Lemmer-Webber ;;; ;;; 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