mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 07:44:18 +08:00
update recipes
This commit is contained in:
parent
492a884ec7
commit
48c064b76e
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compiled but not tested (after cargo update)
|
||||
[source]
|
||||
git = "https://github.com/thombles/hashgood"
|
||||
[build]
|
||||
|
||||
@ -1,5 +1,8 @@
|
||||
#TODO compilation error (related to X11?)
|
||||
#TODO make libxcb work
|
||||
[source]
|
||||
git = "https://github.com/transmissions11/headers"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"libxcb",
|
||||
]
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#TODO helix-term error (after cargo update)
|
||||
[source]
|
||||
tar = "https://github.com/helix-editor/helix/releases/download/23.05/helix-23.05-source.tar.xz"
|
||||
tar = "https://github.com/helix-editor/helix"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
|
||||
Loading…
Reference in New Issue
Block a user