diff --git a/pkgs/applications/networking/browsers/ladybird/default.nix b/pkgs/applications/networking/browsers/ladybird/default.nix index 033b20dca5ad..e6067f1da4aa 100644 --- a/pkgs/applications/networking/browsers/ladybird/default.nix +++ b/pkgs/applications/networking/browsers/ladybird/default.nix @@ -8,13 +8,10 @@ , unicode-emoji , unicode-character-database , cmake -, dav1d , ninja , pkg-config -, libaom , libavif , libxcrypt -, libyuv , python3 , qt6Packages , woff2 @@ -121,12 +118,9 @@ stdenv.mkDerivation (finalAttrs: { ]; buildInputs = with qt6Packages; [ - dav1d ffmpeg - libaom libavif libxcrypt - libyuv qtbase qtmultimedia skia @@ -159,7 +153,7 @@ stdenv.mkDerivation (finalAttrs: { ''; # Only Ladybird and WebContent need wrapped, if Qt is enabled. - # On linux we end up wrapping some non-Qt apps, like headless-browser. + # On linux we end up wraping some non-Qt apps, like headless-browser. dontWrapQtApps = stdenv.isDarwin; passthru.tests = {