gnu: guix: Build with Guile 3.0.4.

Since Guile 3.0.4 bytecode is not readable by 3.0.2, build the
dependents of 'guix' with 3.0.4 as well.

* gnu/packages/package-management.scm (guix)[inputs, native-inputs]: Use
GUILE-3.0-LATEST.
(gwl, guix-jupyter): Likewise.
* gnu/packages/web.scm (hpcguix-web): Likewise.
* gnu/packages/ci.scm (cuirass): Likewise.
* gnu/packages/emacs-xyz.scm (emacs-guix): Likewise.
This commit is contained in:
Ludovic Courtès 2020-06-24 01:02:33 +02:00
parent 9e91f8623f
commit a2991de0f4
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
4 changed files with 8 additions and 8 deletions

View file

@ -2533,7 +2533,7 @@ type, for example: packages, buffers, files, etc.")
`(("pkg-config" ,pkg-config)
("emacs" ,emacs-minimal)))
(inputs
`(("guile" ,guile-3.0)
`(("guile" ,@(assoc-ref (package-native-inputs guix) "guile"))
("guix" ,guix)))
(propagated-inputs
`(("geiser" ,emacs-geiser)