From 95a4cdaba53fdbf5b7d713f0bac390964eb78bd8 Mon Sep 17 00:00:00 2001 From: Adam Joseph Date: Sun, 7 May 2023 12:18:58 -0700 Subject: [PATCH] zbar: fix cross compilation This commit fixes cross compilation for zbar by adding `qtbase` to its `nativeBuildInputs`. --- pkgs/tools/graphics/zbar/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/graphics/zbar/default.nix b/pkgs/tools/graphics/zbar/default.nix index 31fd9742d2367..f9b84d2656a34 100644 --- a/pkgs/tools/graphics/zbar/default.nix +++ b/pkgs/tools/graphics/zbar/default.nix @@ -50,6 +50,7 @@ stdenv.mkDerivation rec { ] ++ lib.optionals enableVideo [ wrapGAppsHook wrapQtAppsHook + qtbase ]; buildInputs = [