Skip to content

Commit

Permalink
Fix dependencies issues of postgresql-syntax and re+base
Browse files Browse the repository at this point in the history
  • Loading branch information
chrbauer authored and peti committed May 29, 2020
1 parent 41786ec commit d895bad
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pkgs/development/haskell-modules/configuration-nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -750,4 +750,15 @@ self: super: builtins.intersectAttrs super {
'';
});

postgresql-syntax = super.postgresql-syntax.override {
rerebase = self.rerebase_1_6_1;
};

rerebase_1_6_1 = super.rerebase_1_6_1.override {
rebase = self.rebase_1_6_1;
};

rebase_1_6_1 = super.rebase_1_6_1.override {
selective = super.selective_0_4_1;
};
}

0 comments on commit d895bad

Please sign in to comment.