mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 12:53:54 +00:00
commit
b297ecacbd
@ -15,6 +15,11 @@ stdenv.mkDerivation {
|
||||
sha256 = "0042nbgagl4gcxa5fj7bikjdi1gbk0jwyqnzc5lswpb0l5y0i1ql";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
# New toolchainsd like gcc-13 trigger warnings and fail the build.
|
||||
substituteInPlace configure.ac --replace "-Werror" ""
|
||||
'';
|
||||
|
||||
preAutoreconf = ''
|
||||
mkdir m4
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user