pantheon.elementary-settings-daemon: add cflag G_DISABLE_CAST_CHECKS
Mirror c7c727fa93.
This commit is contained in:
@@ -150,6 +150,12 @@ stdenv.mkDerivation rec {
|
|||||||
"-Dudev_dir=${placeholder "out"}/lib/udev"
|
"-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 = {
|
passthru = {
|
||||||
updateScript = gnome3.updateScript {
|
updateScript = gnome3.updateScript {
|
||||||
packageName = projectName;
|
packageName = projectName;
|
||||||
|
|||||||
Reference in New Issue
Block a user