mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Ladybird: Sort packages in nativeBuildsInputs nix list
This commit is contained in:
parent
e853139cf0
commit
cfd3f749b0
Notes:
sideshowbarker
2024-07-16 22:16:50 +09:00
Author: https://github.com/networkException Commit: https://github.com/SerenityOS/serenity/commit/cfd3f749b0 Pull-request: https://github.com/SerenityOS/serenity/pull/19252 Reviewed-by: https://github.com/gmta ✅ Reviewed-by: https://github.com/linusg ✅
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@ pkgs.mkShell.override
|
|||
name = "ladybird";
|
||||
|
||||
nativeBuildInputs = with pkgs; [
|
||||
pkgconfig
|
||||
ccache
|
||||
cmake
|
||||
ninja
|
||||
libxcrypt
|
||||
ninja
|
||||
pkgconfig
|
||||
qt6.qtbase
|
||||
qt6.qtbase.dev
|
||||
qt6.qttools
|
||||
|
|
Loading…
Reference in a new issue