pivxd: use autoconf 2.69

This commit is contained in:
Alyssa Ross 2020-12-15 18:06:50 +00:00
parent 1dec1f399a
commit e7998a2c5b
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0
1 changed files with 4 additions and 1 deletions

View File

@ -25478,7 +25478,10 @@ in
nbxplorer = callPackage ../applications/blockchains/nbxplorer { };
pivx = libsForQt5.callPackage ../applications/blockchains/pivx.nix { withGui = true; };
pivxd = callPackage ../applications/blockchains/pivx.nix { withGui = false; };
pivxd = callPackage ../applications/blockchains/pivx.nix {
withGui = false;
autoreconfHook = autoreconfHook269;
};
ethabi = callPackage ../applications/blockchains/ethabi.nix { };