Commit 3b6f808d authored by Francesco Gazzetta's avatar Francesco Gazzetta
Browse files

ladybird: fix build

parent c8fe141f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
  ];