budgie-screensaver: Fix GCC 14 build

https://hydra.nixos.org/build/282164464/nixlog/3
This commit is contained in:
Bobby Rong
2024-12-24 01:25:31 +08:00
parent f08e95b16f
commit c81571ad8a
@@ -56,7 +56,9 @@ stdenv.mkDerivation (finalAttrs: {
xorg.libXxf86vm
];
env.NIX_CFLAGS_COMPILE = "-D_POSIX_C_SOURCE";
# Fix GCC 14 build.
# https://hydra.nixos.org/build/282164464/nixlog/3
env.NIX_CFLAGS_COMPILE = "-D_POSIX_C_SOURCE -Wno-implicit-function-declaration";
passthru = {
tests.version = testers.testVersion {