mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 01:58:06 +00:00
Merge pull request #45648 from Thra11/qtwebengine-aarch64-2
qtwebengine: Fix inputs on aarch64
This commit is contained in:
commit
20ae968798
@ -134,7 +134,7 @@ EOF
|
||||
harfbuzz icu
|
||||
|
||||
libevent
|
||||
] ++ optionals stdenv.hostPlatform.isArm [
|
||||
] ++ optionals (stdenv.hostPlatform.isAarch32 || stdenv.hostPlatform.isAarch64) [
|
||||
ffmpeg
|
||||
] ++ optionals (!stdenv.isDarwin) [
|
||||
dbus zlib minizip snappy nss protobuf jsoncpp
|
||||
|
Loading…
Reference in New Issue
Block a user