Skip to content
Snippets Groups Projects
Commit 68d91128 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

Add recipes

parent 1871dd1f
No related branches found
No related tags found
No related merge requests found
#TODO Weird error with libssh2-sys crate
#TODO Weird error with libssh2-sys crate (after a patch on the ring crate)
[source]
tar = "https://github.com/rustsec/rustsec/archive/refs/tags/cargo-audit/v0.18.3.tar.gz"
[build]
......
#TODO make dependencies work
[source]
tar = "https://ftp.gnu.org/gnu/guile/guile-3.0.9.tar.xz"
[build]
template = "configure"
dependencies = [
"libgmp",
"libiconv",
"libunistring",
"libgc",
"readline",
"libffi",
"libintl",
]
#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",
]
#TODO Not compiled or tested
[source]
tar = "https://ftp.troglobit.com/editline/editline-1.17.1.tar.xz"
[build]
template = "configure"
#TODO make dependencies work
[source]
tar = "https://github.com/NixOS/nix/archive/refs/tags/2.19.2.tar.gz"
[build]
template = "custom"
dependencies = [
"libbrotili",
"openssl1",
"curl",
"sqlite3",
"libeditline",
"boost",
"libsodium",
"libcpuid",
]
script = """
autoreconf -vfi
COOKBOOK_CONFIGURE_FLAGS+=(
--disable-tests
)
cookbook_configure
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment