enlightenment.efl: fix build with gcc 15 (#484167)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user