1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:07:35 +00:00

Toolchain: Update gcc11 to gcc12 in serenity.nix

This commit is contained in:
Marco Rebhan 2022-11-01 00:54:12 +01:00 committed by Linus Groh
parent 2d7ad6dbe6
commit 9c9ca8a8be

View file

@ -4,7 +4,7 @@ with pkgs;
stdenv.mkDerivation {
name = "cpp-env";
nativeBuildInputs = [
gcc11
gcc12
curl
cmake
mpfr