mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 17:10:23 +00:00
Ladybird: Use gcc13 in ladybird.nix
This commit is contained in:
parent
2cf3c3913a
commit
31a17b42d0
Notes:
sideshowbarker
2024-07-17 21:16:31 +09:00
Author: https://github.com/networkException Commit: https://github.com/SerenityOS/serenity/commit/31a17b42d0 Pull-request: https://github.com/SerenityOS/serenity/pull/21700 Issue: https://github.com/SerenityOS/serenity/issues/21009 Reviewed-by: https://github.com/awesomekling
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs ? import <nixpkgs> { } }:
|
{ pkgs ? import <nixpkgs> { } }:
|
||||||
pkgs.mkShell.override
|
pkgs.mkShell.override
|
||||||
{
|
{
|
||||||
stdenv = pkgs.gcc12Stdenv;
|
stdenv = pkgs.gcc13Stdenv;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "ladybird";
|
name = "ladybird";
|
||||||
|
|
Loading…
Reference in a new issue