mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
distribution-nixpkgs: fix build with GHC 8.2.2
This commit is contained in:
parent
deab46fdba
commit
469a15d386
@ -91,4 +91,10 @@ self: super: {
|
||||
text = self.text_1_2_3_0;
|
||||
});
|
||||
|
||||
# Needs Cabal 2.2.x, which is not the default.
|
||||
distribution-nixpkgs = super.distribution-nixpkgs.overrideScope (self: super: {
|
||||
Cabal = self.Cabal_2_2_0_0;
|
||||
text = self.text_1_2_3_0;
|
||||
});
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user