Skip to content

Commit

Permalink
postgresqlPackages.age: fix build
Browse files Browse the repository at this point in the history
The build broke by a recent bison update. Use bison_3_5.
  • Loading branch information
danieldk authored and Jon committed Sep 10, 2020
1 parent cafa97d commit 58b66c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/servers/sql/postgresql/packages.nix
@@ -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 { };

Expand Down

0 comments on commit 58b66c0

Please sign in to comment.