postgresqlPackages.age: fix build
The build broke by a recent bison update. Use bison_3_5.
This commit is contained in:
parent
cafa97d0d4
commit
58b66c0dcb
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user