mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 21:14:52 +00:00
gnome.nixos-gsettings-override: 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
1d4bddaed5
commit
35e033d416
@ -51,5 +51,5 @@ runCommand "gnome-gsettings-overrides" { preferLocalBuild = true; } ''
|
||||
${gsettingsOverrides}
|
||||
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