mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
Merge pull request #142451 from trofi/age-use-latest-bison
postgresql11Packages.age: use latest bison
This commit is contained in:
commit
08a0d4994a
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue