mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 00:34:40 +01:00
flatpak: Move sparse to where it belongs
This commit is contained in:
parent
a4818f6b3d
commit
9e3ceba6a8
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,6 @@
|
|||
"--talk-name=org.freedesktop.secrets",
|
||||
"--env=RUST_LOG=authenticator=debug,ashpd=debug,oo7=debug",
|
||||
"--env=G_MESSAGES_DEBUG=none",
|
||||
"--env=CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse",
|
||||
"--talk-name=org.gtk.vfs.*",
|
||||
"--filesystem=xdg-run/gvfs",
|
||||
"--filesystem=xdg-run/gvfsd"
|
||||
|
@ -27,6 +26,7 @@
|
|||
"prepend-path": "/usr/lib/sdk/llvm15/bin",
|
||||
"prepend-ld-library-path": "/usr/lib/sdk/llvm15/lib",
|
||||
"env": {
|
||||
"CARGO_REGISTRIES_CRATES_IO_PROTOCOL": "sparse",
|
||||
"CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER": "clang",
|
||||
"CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUSTFLAGS": "-C link-arg=-fuse-ld=/usr/lib/sdk/rust-stable/bin/mold",
|
||||
"CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER": "clang",
|
||||
|
|
Loading…
Add table
Reference in a new issue