Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion pkgs/applications/networking/browsers/ladybird/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@
, unicode-emoji
, unicode-character-database
, cmake
, dav1d
, ninja
, pkg-config
, libaom
, libavif
, libxcrypt
, libyuv
, python3
, qt6Packages
, woff2
Expand Down Expand Up @@ -118,9 +121,12 @@ stdenv.mkDerivation (finalAttrs: {
];

buildInputs = with qt6Packages; [
dav1d
ffmpeg
libaom
libavif
libxcrypt
libyuv
qtbase
qtmultimedia
skia
Expand Down Expand Up @@ -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 = {
Expand Down