3
0
Fork 0
forked from mirrors/nixpkgs

postgresql11Packages.age: use latest bison

The package builds successfully with bison-3.7.6 and 3.8.2.
This commit is contained in:
Sergei Trofimovich 2021-10-21 08:43:51 +01:00
parent d9b7c27119
commit 8d6de9c600

View file

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