zbar: use latest autoreconfHook

It builds fine without this override.
This commit is contained in:
Daniel Nagy
2023-05-24 16:30:00 +02:00
parent 40dcc3375c
commit 56495eabd5
-1
View File
@@ -14235,7 +14235,6 @@ with pkgs;
zbar = libsForQt5.callPackage ../tools/graphics/zbar {
inherit (darwin.apple_sdk.frameworks) Foundation;
autoreconfHook = buildPackages.autoreconfHook269;
};
zbctl = callPackage ../tools/admin/zbctl { };