Commit 757c9420 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by Francesco Gazzetta
Browse files

ladybird: fix compilation by adding no longer propagated libraries

parent 94cf70a9
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -8,10 +8,13 @@
, unicode-emoji
, unicode-character-database
, cmake
, dav1d
, ninja
, pkg-config
, libaom
, libavif
, libxcrypt
, libyuv
, python3
, qt6Packages
, woff2
@@ -118,9 +121,12 @@ stdenv.mkDerivation (finalAttrs: {
  ];

  buildInputs = with qt6Packages; [
    dav1d
    ffmpeg
    libaom
    libavif
    libxcrypt
    libyuv
    qtbase
    qtmultimedia
    skia
@@ -153,7 +159,7 @@ stdenv.mkDerivation (finalAttrs: {
  '';

  # Only Ladybird and WebContent need wrapped, if Qt is enabled.
  # On linux we end up wraping some non-Qt apps, like headless-browser.
  # On linux we end up wrapping some non-Qt apps, like headless-browser.
  dontWrapQtApps = stdenv.isDarwin;

  passthru.tests = {