pantheon.elementary-settings-daemon: add cflag G_DISABLE_CAST_CHECKS
Mirror c7c727fa93
.
This commit is contained in:
parent
c7c727fa93
commit
3b085b45b9
1 changed files with 6 additions and 0 deletions
|
@ -150,6 +150,12 @@ stdenv.mkDerivation rec {
|
|||
"-Dudev_dir=${placeholder "out"}/lib/udev"
|
||||
];
|
||||
|
||||
NIX_CFLAGS_COMPILE = [
|
||||
# Default for release buildtype but passed manually because
|
||||
# we're using plain
|
||||
"-DG_DISABLE_CAST_CHECKS"
|
||||
];
|
||||
|
||||
passthru = {
|
||||
updateScript = gnome3.updateScript {
|
||||
packageName = projectName;
|
||||
|
|
Loading…
Reference in a new issue