mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
GNU Guile 3.0.7
This commit is contained in:
parent
de582f1866
commit
8857f53cd1
7 changed files with 1023 additions and 0 deletions
6
sysc.py
6
sysc.py
|
|
@ -201,3 +201,9 @@ class SysC(SysGeneral):
|
|||
|
||||
# boehm-gc 8.0.4
|
||||
self.get_file("https://www.hboehm.info/gc/gc_source/gc-8.0.4.tar.gz")
|
||||
|
||||
# guile 3.0.7
|
||||
self.get_file(["https://mirrors.kernel.org/gnu/guile/guile-3.0.7.tar.xz",
|
||||
"https://git.savannah.gnu.org/cgit/gnulib.git/snapshot/gnulib-901694b9.tar.gz",
|
||||
"https://github.com/schierlm/guile-psyntax-bootstrapping/archive/refs/tags/guile-3.0.7.tar.gz"],
|
||||
output=["guile-3.0.7.tar.xz", "gnulib-901694b9.tar.gz", "guile-psyntax-bootstrapping.tar.gz"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue