mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue