cdesktopenv: fix build by disabling fortify (#518472)

This commit is contained in:
Michael Daniels
2026-05-16 20:45:49 +00:00
committed by GitHub
+3
View File
@@ -110,6 +110,9 @@ stdenv.mkDerivation (finalAttrs: {
enableParallelBuilding = true;
# https://sourceforge.net/p/cdesktopenv/tickets/193/
hardeningDisable = [ "fortify" ];
# Can probably remove after next release
# https://sourceforge.net/p/cdesktopenv/code/ci/f0154141b1f1501490bac8e0235214bf8f00f715/
env.NIX_CFLAGS_COMPILE = "-std=gnu17";