mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +00:00
Toolchain: Update gcc11 to gcc12 in serenity.nix
This commit is contained in:
parent
2d7ad6dbe6
commit
9c9ca8a8be
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ with pkgs;
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "cpp-env";
|
name = "cpp-env";
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
gcc11
|
gcc12
|
||||||
curl
|
curl
|
||||||
cmake
|
cmake
|
||||||
mpfr
|
mpfr
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue