Revert "ladybird: fix compilation by adding no longer propagated libraries"

This reverts commit 757c9420fd.
This commit is contained in:
Sandro Jäckel
2024-08-08 13:30:49 +02:00
parent 4f6f7d0791
commit e92efd8a53
@@ -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 = {