[gnome-builder] meson-templates: Format flatpak.json
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] meson-templates: Format flatpak.json
- Date: Thu, 13 Feb 2020 02:19:08 +0000 (UTC)
commit 42db009034d292a93e8853b17cf78d164802590d
Author: Ricardo Silva Veloso <ricvelozo gmail com>
Date: Mon Feb 10 06:41:51 2020 -0300
meson-templates: Format flatpak.json
src/plugins/meson-templates/resources/flatpak.json | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/plugins/meson-templates/resources/flatpak.json
b/src/plugins/meson-templates/resources/flatpak.json
index 678243442..c0aef4a0a 100644
--- a/src/plugins/meson-templates/resources/flatpak.json
+++ b/src/plugins/meson-templates/resources/flatpak.json
@@ -4,7 +4,7 @@
"runtime-version": "3.34",
"sdk": "org.gnome.Sdk",
{{if language == "rust"}}
- "sdk-extensions" : [
+ "sdk-extensions": [
"org.freedesktop.Sdk.Extension.rust-stable"
],
{{end}}
@@ -17,11 +17,11 @@
],
{{if language == "rust"}}
"build-options": {
- "append-path" : "/usr/lib/sdk/rust-stable/bin",
- "build-args" : [
+ "append-path": "/usr/lib/sdk/rust-stable/bin",
+ "build-args": [
"--share=network"
],
- "env" : {
+ "env": {
"CARGO_HOME": "/run/build/{{name}}/cargo",
"RUST_BACKTRACE": "1",
"RUST_LOG": "{{name}}=debug"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]