enlightenment.efl: fix build with gcc 15 (#484167)

This commit is contained in:
Sandro
2026-01-27 19:30:00 +00:00
committed by GitHub
@@ -161,6 +161,9 @@ stdenv.mkDerivation rec {
dontDropIconThemeCache = true;
# Fix build with gcc15 (-std=gnu23)
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isGNU "-std=gnu17";
mesonFlags = [
"--buildtype=release"
"-D build-tests=false" # disable build tests, which are not working