mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
Revert "gnu: guile: Update to 3.0.10."
This reverts commite31299010f
and24163eea58
. The upgrade causes build failures, as noticeably by running ‘guix pull’, that are being investigated at <https://issues.guix.gnu.org/72183>. Change-Id: I946b43d938666d9dcddf1e5d856b02462bd8e453
This commit is contained in:
parent
e31299010f
commit
31244f5cef
2 changed files with 3 additions and 13 deletions
|
@ -3537,7 +3537,7 @@ (define-public guile-hoot
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf automake pkg-config texinfo))
|
(list autoconf automake pkg-config texinfo))
|
||||||
(inputs
|
(inputs
|
||||||
(list guile-3.0-latest))
|
(list guile-next))
|
||||||
(synopsis "WebAssembly compiler backend for Guile")
|
(synopsis "WebAssembly compiler backend for Guile")
|
||||||
(description "Guile Hoot is a WebAssembly compiler backend for GNU Guile
|
(description "Guile Hoot is a WebAssembly compiler backend for GNU Guile
|
||||||
and standalone WASM toolchain.")
|
and standalone WASM toolchain.")
|
||||||
|
|
|
@ -322,6 +322,7 @@ (define-public guile-2.2.4
|
||||||
"07p3g0v2ba2vlfbfidqzlgbhnzdx46wh2rgc5gszq1mjyx5bks6r"))))))
|
"07p3g0v2ba2vlfbfidqzlgbhnzdx46wh2rgc5gszq1mjyx5bks6r"))))))
|
||||||
|
|
||||||
(define-public guile-3.0
|
(define-public guile-3.0
|
||||||
|
;; This is the latest Guile stable version.
|
||||||
(package
|
(package
|
||||||
(inherit guile-2.2)
|
(inherit guile-2.2)
|
||||||
(name "guile")
|
(name "guile")
|
||||||
|
@ -437,18 +438,7 @@ (define patch
|
||||||
(files '("lib/guile/3.0/site-ccache"
|
(files '("lib/guile/3.0/site-ccache"
|
||||||
"share/guile/site/3.0")))))))
|
"share/guile/site/3.0")))))))
|
||||||
|
|
||||||
(define-public guile-3.0-latest
|
(define-public guile-3.0-latest guile-3.0)
|
||||||
;; This is the latest Guile stable version.
|
|
||||||
(package
|
|
||||||
(inherit guile-3.0)
|
|
||||||
(version "3.0.10")
|
|
||||||
(source (origin
|
|
||||||
(inherit (package-source guile-3.0))
|
|
||||||
(uri (string-append "mirror://gnu/guile/guile-"
|
|
||||||
version ".tar.xz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1233wzcbiqhp5qr3ggag14s5d4i7cn0spxyl8qs369nmgx8nhwdx"))))))
|
|
||||||
|
|
||||||
;;; The symbol guile-3.0/fixed should be used when guile-3.0 needs fixes
|
;;; The symbol guile-3.0/fixed should be used when guile-3.0 needs fixes
|
||||||
;;; (security or else) and this deprecation could be removed.
|
;;; (security or else) and this deprecation could be removed.
|
||||||
|
|
Loading…
Reference in a new issue