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)
|
||||
(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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue