1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:47:44 +00:00

Ladybird: Add libxcrypt to nativeBuildInputs in nix-shell script

This makes <crypt.h> available.
This commit is contained in:
Linus Groh 2023-02-18 16:10:00 +01:00
parent 3481e44d01
commit 5468e363fa

View file

@ -10,6 +10,7 @@ pkgs.mkShell.override
pkgconfig
cmake
ninja
libxcrypt
qt6.qtbase
qt6.qtbase.dev
qt6.qttools