Loading pkgs/desktops/enlightenment/efl/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
pkgs/desktops/enlightenment/efl/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading