cinnamon.cinnamon-gsettings-overrides: Make compilation strict

Otherwise people will just miss errors in their overrides and be confused why they do not work.
This commit is contained in:
Jan Tojnar 2022-09-25 20:34:45 +02:00
parent dff1ed8690
commit 5e408af4de

View file

@ -56,5 +56,5 @@ runCommand "cinnamon-gsettings-overrides" { preferLocalBuild = true; }
${extraGSettingsOverrides}
EOF
${glib.dev}/bin/glib-compile-schemas "$schema_dir"
${glib.dev}/bin/glib-compile-schemas --strict "$schema_dir"
''