mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
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:
parent
dff1ed8690
commit
5e408af4de
@ -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"
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user