mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:07:36 +00:00
Ladybird: Add ccache to nativeBuildInputs in nix-shell script
This commit is contained in:
parent
63b8b37bd4
commit
1ef03c9cc5
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ pkgs.mkShell.override
|
||||||
|
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
pkgconfig
|
pkgconfig
|
||||||
|
ccache
|
||||||
cmake
|
cmake
|
||||||
ninja
|
ninja
|
||||||
libxcrypt
|
libxcrypt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue