mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
Ladybird: Add ccache to nativeBuildInputs in nix-shell script
This commit is contained in:
parent
63b8b37bd4
commit
1ef03c9cc5
Notes:
sideshowbarker
2024-07-17 18:46:30 +09:00
Author: https://github.com/linusg
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