about summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/modules
diff options
context:
space:
mode:
authorTom Hall <tahall256@protonmail.ch>2018-08-26 12:04:05 +0100
committerTom Hall <tahall256@protonmail.ch>2018-08-26 12:41:54 +0100
commitec334d38d258f677c249e4f757a9a159ba6cb569 (patch)
treedde7b9115575eda18c735bd55e62e96425be8f09 /pkgs/development/libraries/qt-5/modules
parenta04cf8fdb7f0cfe8876c7a4d9a63c312ce2a407a (diff)
downloadnixlib-ec334d38d258f677c249e4f757a9a159ba6cb569.tar
nixlib-ec334d38d258f677c249e4f757a9a159ba6cb569.tar.gz
nixlib-ec334d38d258f677c249e4f757a9a159ba6cb569.tar.bz2
nixlib-ec334d38d258f677c249e4f757a9a159ba6cb569.tar.lz
nixlib-ec334d38d258f677c249e4f757a9a159ba6cb569.tar.xz
nixlib-ec334d38d258f677c249e4f757a9a159ba6cb569.tar.zst
nixlib-ec334d38d258f677c249e4f757a9a159ba6cb569.zip
qtwebengine: Fix inputs on aarch64
A mistake in the previous commit meant that ffmpeg wasn't added to the
propagatedBuildInputs on aarch64.
Diffstat (limited to 'pkgs/development/libraries/qt-5/modules')
-rw-r--r--pkgs/development/libraries/qt-5/modules/qtwebengine.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/qt-5/modules/qtwebengine.nix b/pkgs/development/libraries/qt-5/modules/qtwebengine.nix
index 622c0554967d..aae15c62d73c 100644
--- a/pkgs/development/libraries/qt-5/modules/qtwebengine.nix
+++ b/pkgs/development/libraries/qt-5/modules/qtwebengine.nix
@@ -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