enlightenment.efl: fix build with gcc 15

This commit is contained in:
José Romildo 2026-01-26 18:42:57 -03:00
parent dcab18940b
commit 1346f8e400

View file

@ -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