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
Notes: sideshowbarker 2024-07-17 18:46:30 +09:00

View file

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