Commit 1346f8e4 authored by José Romildo's avatar José Romildo
Browse files

enlightenment.efl: fix build with gcc 15

parent dcab1894
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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