guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: Tweak inputs in guix-dev.scm


From: Christopher Baines
Subject: 03/03: Tweak inputs in guix-dev.scm
Date: Wed, 26 Aug 2020 16:27:21 -0400 (EDT)

cbaines pushed a commit to branch master
in repository data-service.

commit ce646af308ef1f2a3e4d3f9ae5ca059b6987fa30
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Aug 26 21:26:30 2020 +0100

    Tweak inputs in guix-dev.scm
    
    Using guile-3.0-latest rather than guile-3.0 to avoid bytecode issues with
    guix.
---
 guix-dev.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix-dev.scm b/guix-dev.scm
index 5f687ac..961056e 100644
--- a/guix-dev.scm
+++ b/guix-dev.scm
@@ -67,7 +67,7 @@
   (source #f)
   (build-system gnu-build-system)
   (inputs
-   `(("guix" ,guile3.0-guix)
+   `(("guix" ,guix)
      ("guile-email" ,guile3.0-email)
      ("guile-json" ,guile3.0-json)
      ("guile-squee" ,guile3.0-squee)
@@ -75,7 +75,7 @@
      ("guile-gcrypt" ,guile3.0-gcrypt)
      ("guile-lzlib" ,guile-lzlib)
      ("guile-readline" ,guile3.0-readline)
-     ("guile" ,guile-3.0)
+     ("guile" ,guile-3.0-latest)
      ("sqitch" ,sqitch)))
   (native-inputs
    `(("autoconf" ,autoconf)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]