forked from mirrors/nixpkgs
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 a new issue