Merge pull request #142451 from trofi/age-use-latest-bison

postgresql11Packages.age: use latest bison
This commit is contained in:
Mario Rodas 2021-10-22 18:53:31 -05:00 committed by GitHub
commit 08a0d4994a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 { };