diff options
author | Linus Groh <mail@linusgroh.de> | 2023-03-08 18:24:30 +0000 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2023-03-08 18:24:30 +0000 |
commit | 1ef03c9cc5ce48c4f7951b392bf31e0e38b94cf5 (patch) | |
tree | e2ffcdeeac2d6ffa8402037ba53a9b0c432ed92f /Ladybird | |
parent | 63b8b37bd4c9edd1523bacd4e8f77bcf76f61a8a (diff) | |
download | serenity-1ef03c9cc5ce48c4f7951b392bf31e0e38b94cf5.zip |
Ladybird: Add ccache to nativeBuildInputs in nix-shell script
Diffstat (limited to 'Ladybird')
-rw-r--r-- | Ladybird/ladybird.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ladybird/ladybird.nix b/Ladybird/ladybird.nix index 670d507a04..e4b10b58af 100644 --- a/Ladybird/ladybird.nix +++ b/Ladybird/ladybird.nix @@ -8,6 +8,7 @@ pkgs.mkShell.override nativeBuildInputs = with pkgs; [ pkgconfig + ccache cmake ninja libxcrypt |