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

Ladybird: Add ccache to nativeBuildInputs in nix-shell script

This commit is contained in:
Linus Groh 2023-03-08 18:24:30 +00:00
parent 63b8b37bd4
commit 1ef03c9cc5

View file

@ -8,6 +8,7 @@ pkgs.mkShell.override
nativeBuildInputs = with pkgs; [
pkgconfig
ccache
cmake
ninja
libxcrypt