stag: fix gcc-15 build (drop -Werror) (#480495)

This commit is contained in:
Matthias Beyer
2026-01-16 07:23:48 +00:00
committed by GitHub
+5
View File
@@ -30,6 +30,11 @@ stdenv.mkDerivation (finalAttrs: {
})
];
postPatch = ''
substituteInPlace Makefile --replace-fail \
' -Werror ' ' '
'';
buildInputs = [ curses ];
installPhase = ''