mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
update recipes
This commit is contained in:
parent
29e79c2440
commit
56a4017dc7
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO mio crate error (after cargo update)
|
||||
[source]
|
||||
git = "https://github.com/Atticus64/news"
|
||||
[build]
|
||||
|
||||
@ -1,8 +1,12 @@
|
||||
#TODO Port Smithay
|
||||
#TODO probably wrong script for configuration, see https://github.com/YaLTeR/niri#installation
|
||||
[source]
|
||||
git = "https://github.com/YaLTeR/niri"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"libwayland",
|
||||
]
|
||||
script = """
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/bin
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/home/user/.local/share/wayland-sessions
|
||||
|
||||
@ -4,3 +4,6 @@
|
||||
git = "https://github.com/JosephLai241/nomad"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user