Unverified Commit 56495eab authored by Daniel Nagy's avatar Daniel Nagy
Browse files

zbar: use latest autoreconfHook

It builds fine without this override.
parent 40dcc337
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 { };