qtwebengine: Fix inputs on aarch64
A mistake in the previous commit meant that ffmpeg wasn't added to the propagatedBuildInputs on aarch64.
This commit is contained in:
parent
a04cf8fdb7
commit
ec334d38d2
@ -134,7 +134,7 @@ EOF
|
|||||||
harfbuzz icu
|
harfbuzz icu
|
||||||
|
|
||||||
libevent
|
libevent
|
||||||
] ++ optionals stdenv.hostPlatform.isArm [
|
] ++ optionals (stdenv.hostPlatform.isAarch32 || stdenv.hostPlatform.isAarch64) [
|
||||||
ffmpeg
|
ffmpeg
|
||||||
] ++ optionals (!stdenv.isDarwin) [
|
] ++ optionals (!stdenv.isDarwin) [
|
||||||
dbus zlib minizip snappy nss protobuf jsoncpp
|
dbus zlib minizip snappy nss protobuf jsoncpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user