mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 18:20:43 +09:00
Toolchain: Update gcc11 to gcc12 in serenity.nix
This commit is contained in:
parent
2d7ad6dbe6
commit
9c9ca8a8be
Notes:
sideshowbarker
2024-07-17 04:56:51 +09:00
Author: https://github.com/2xsaiko
Commit: 9c9ca8a8be
Pull-request: https://github.com/SerenityOS/serenity/pull/15871
Reviewed-by: https://github.com/linusg ✅
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ with pkgs;
|
|||
stdenv.mkDerivation {
|
||||
name = "cpp-env";
|
||||
nativeBuildInputs = [
|
||||
gcc11
|
||||
gcc12
|
||||
curl
|
||||
cmake
|
||||
mpfr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue