mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
ladybird: fix compilation by adding no longer propagated libraries
This commit is contained in:
parent
94cf70a94c
commit
757c9420fd
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue