DRAFT irc: Remove 0.4.2 interface. -- after 0.5.0 release.
[8sync.git] / guix.scm
index 77f2db5cebe37901652ef98eb88cf39bf4ea0952..165b9941ccac87cf45856f32ff92ced8283a740c 100644 (file)
--- a/guix.scm
+++ b/guix.scm
@@ -1,5 +1,5 @@
 ;;; 8sync --- Asynchronous programming for Guile
-;;; Copyright (C) 2016 Jan Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright (C) 2016, 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
 ;;; Copyright (C) 2017 Christopher Allan Webber <cwebber@dustycloud.org>
 ;;;
 ;;; This file is part of 8sync.
 ;;
 ;; To use as the basis for a development environment, run:
 ;;
-;;   guix environment -l guix.scm
+;;   guix shell -D -f guix.scm
+;;
+;; or simply
+;;
+;;   guix shell
 ;;
 ;;; Code:
 
@@ -64,9 +68,9 @@
   (build-system gnu-build-system)
   (native-inputs `(("autoconf" ,autoconf)
                    ("automake" ,automake)
-                   ("guile" ,guile-next)
                    ("pkg-config" ,pkg-config)
                    ("texinfo" ,texinfo)))
+  (inputs `(("guile" ,guile-3.0)))
   (arguments
    `(#:phases (modify-phases %standard-phases
                 (add-before 'configure 'bootstrap