mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:17:44 +00:00
Ladybird: Sort packages in nativeBuildsInputs nix list
This commit is contained in:
parent
e853139cf0
commit
cfd3f749b0
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@ pkgs.mkShell.override
|
||||||
name = "ladybird";
|
name = "ladybird";
|
||||||
|
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
pkgconfig
|
|
||||||
ccache
|
ccache
|
||||||
cmake
|
cmake
|
||||||
ninja
|
|
||||||
libxcrypt
|
libxcrypt
|
||||||
|
ninja
|
||||||
|
pkgconfig
|
||||||
qt6.qtbase
|
qt6.qtbase
|
||||||
qt6.qtbase.dev
|
qt6.qtbase.dev
|
||||||
qt6.qttools
|
qt6.qttools
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue