mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
enlightenment.efl: fix build with gcc 15
This commit is contained in:
parent
dcab18940b
commit
1346f8e400
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue