postgresqlPackages.age: fix build

The build broke by a recent bison update. Use bison_3_5.
This commit is contained in:
Daniël de Kok 2020-09-10 17:45:09 +02:00 committed by Jon
parent cafa97d0d4
commit 58b66c0dcb

View File

@ -1,6 +1,8 @@
self: super: {
age = super.callPackage ./ext/age.nix { };
age = super.callPackage ./ext/age.nix {
bison = self.bison_3_5;
};
periods = super.callPackage ./ext/periods.nix { };