X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=guix.scm;h=165b9941ccac87cf45856f32ff92ced8283a740c;hb=381c180279b47d0536f12da170c3911475af0755;hp=ac790debe8c37b2b64c7061056fd2dda501edf99;hpb=027301aa7ab7f270c026a004436ae63506e30592;p=8sync.git diff --git a/guix.scm b/guix.scm index ac790de..165b994 100644 --- a/guix.scm +++ b/guix.scm @@ -1,5 +1,5 @@ ;;; 8sync --- Asynchronous programming for Guile -;;; Copyright (C) 2016 Jan Nieuwenhuizen +;;; Copyright (C) 2016, 2023 Janneke Nieuwenhuizen ;;; Copyright (C) 2017 Christopher Allan Webber ;;; ;;; This file is part of 8sync. @@ -32,7 +32,11 @@ ;; ;; 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-2.2) ("pkg-config" ,pkg-config) ("texinfo" ,texinfo))) + (inputs `(("guile" ,guile-3.0))) (arguments `(#:phases (modify-phases %standard-phases (add-before 'configure 'bootstrap