From ec334d38d258f677c249e4f757a9a159ba6cb569 Mon Sep 17 00:00:00 2001 From: Tom Hall Date: Sun, 26 Aug 2018 12:04:05 +0100 Subject: [PATCH] qtwebengine: Fix inputs on aarch64 A mistake in the previous commit meant that ffmpeg wasn't added to the propagatedBuildInputs on aarch64. --- pkgs/development/libraries/qt-5/modules/qtwebengine.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/qt-5/modules/qtwebengine.nix b/pkgs/development/libraries/qt-5/modules/qtwebengine.nix index 622c0554967..aae15c62d73 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