Skip to content

Commit

Permalink
Merge pull request #237330 from amjoseph-nixpkgs/pr/zbar/fixcross
Browse files Browse the repository at this point in the history
zbar: fix cross compilation
  • Loading branch information
7c6f434c authored Jun 15, 2023
2 parents 905c626 + 95a4cda commit 5a89132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/tools/graphics/zbar/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ stdenv.mkDerivation rec {
] ++ lib.optionals enableVideo [
wrapGAppsHook
wrapQtAppsHook
qtbase
];

buildInputs = [
Expand Down

0 comments on commit 5a89132

Please sign in to comment.