mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 07:14:18 +08:00
24 lines
399 B
TOML
24 lines
399 B
TOML
#TODO make dependencies work
|
|
[source]
|
|
git = "https://github.com/NixOS/nix"
|
|
rev = "50f8f1c8bc019a4c0fd098b9ac674b94cfc6af0d"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"libbrotili",
|
|
"openssl1",
|
|
"curl",
|
|
"sqlite3",
|
|
"libeditline",
|
|
"boost",
|
|
"libsodium",
|
|
"libcpuid",
|
|
]
|
|
script = """
|
|
autoreconf -vfi
|
|
COOKBOOK_CONFIGURE_FLAGS+=(
|
|
--disable-tests
|
|
)
|
|
cookbook_configure
|
|
"""
|