mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 07:44:18 +08:00
11 lines
269 B
TOML
11 lines
269 B
TOML
#TODO fix libgcrypt
|
|
#TODO maybe missing dependencies, see https://guix.gnu.org/manual/en/html_node/Requirements.html
|
|
[source]
|
|
tar = "https://ftpmirror.gnu.org/gnu/guix/guix-1.4.0.tar.gz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libgcrypt",
|
|
"sqlite3",
|
|
]
|