ladybird: fix build

This commit is contained in:
Francesco Gazzetta 2024-04-30 16:38:46 +02:00
parent c8fe141f10
commit 3b6f808dc9

View File

@ -11,6 +11,7 @@
, cmake
, ninja
, libxcrypt
, python3
, qt6Packages
, nixosTests
, AppKit
@ -103,6 +104,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = with qt6Packages; [
cmake
ninja
python3
wrapQtAppsHook
];