ladybird: don't use with qt6Packages;
This commit is contained in:
@@ -96,16 +96,15 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
chmod +w build/Caches/AdobeICCProfiles
|
||||
'';
|
||||
|
||||
nativeBuildInputs = with qt6Packages; [
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
ninja
|
||||
pkg-config
|
||||
python3
|
||||
wrapQtAppsHook
|
||||
qt6Packages.wrapQtAppsHook
|
||||
];
|
||||
|
||||
buildInputs =
|
||||
with qt6Packages;
|
||||
[
|
||||
curl
|
||||
ffmpeg
|
||||
@@ -116,8 +115,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
libwebp
|
||||
libxcrypt
|
||||
openssl
|
||||
qtbase
|
||||
qtmultimedia
|
||||
qt6Packages.qtbase
|
||||
qt6Packages.qtmultimedia
|
||||
simdutf
|
||||
(skia.overrideAttrs (prev: {
|
||||
gnFlags = prev.gnFlags ++ [
|
||||
@@ -131,7 +130,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
]
|
||||
++ lib.optional stdenv.hostPlatform.isLinux [
|
||||
libpulseaudio.dev
|
||||
qtwayland
|
||||
qt6Packages.qtwayland
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
apple-sdk_14
|
||||
|
||||
Reference in New Issue
Block a user