Tweak inputs in guix-dev.scm
Using guile-3.0-latest rather than guile-3.0 to avoid bytecode issues with guix.
This commit is contained in:
parent
50d2e4e158
commit
ce646af308
1 changed files with 2 additions and 2 deletions
|
|
@ -67,7 +67,7 @@
|
||||||
(source #f)
|
(source #f)
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("guix" ,guile3.0-guix)
|
`(("guix" ,guix)
|
||||||
("guile-email" ,guile3.0-email)
|
("guile-email" ,guile3.0-email)
|
||||||
("guile-json" ,guile3.0-json)
|
("guile-json" ,guile3.0-json)
|
||||||
("guile-squee" ,guile3.0-squee)
|
("guile-squee" ,guile3.0-squee)
|
||||||
|
|
@ -75,7 +75,7 @@
|
||||||
("guile-gcrypt" ,guile3.0-gcrypt)
|
("guile-gcrypt" ,guile3.0-gcrypt)
|
||||||
("guile-lzlib" ,guile-lzlib)
|
("guile-lzlib" ,guile-lzlib)
|
||||||
("guile-readline" ,guile3.0-readline)
|
("guile-readline" ,guile3.0-readline)
|
||||||
("guile" ,guile-3.0)
|
("guile" ,guile-3.0-latest)
|
||||||
("sqitch" ,sqitch)))
|
("sqitch" ,sqitch)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue