stag: fix gcc-15 build (drop -Werror) (#480495)
This commit is contained in:
@@ -30,6 +30,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
})
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace Makefile --replace-fail \
|
||||
' -Werror ' ' '
|
||||
'';
|
||||
|
||||
buildInputs = [ curses ];
|
||||
|
||||
installPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user