1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-06 23:31:34 +00:00

zbar: use autoconf 2.69

This commit is contained in:
Alyssa Ross 2020-12-15 16:38:51 +00:00
parent 187dc40bbf
commit 48f26584be
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -8612,7 +8612,9 @@ in
zbackup = callPackage ../tools/backup/zbackup {};
zbar = libsForQt5.callPackage ../tools/graphics/zbar { };
zbar = libsForQt5.callPackage ../tools/graphics/zbar {
autoreconfHook = autoreconfHook269;
};
zdelta = callPackage ../tools/compression/zdelta { };