mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
git-annex: switch to yesod-persistent-1.4.1.1 to fix build
This commit is contained in:
parent
3dad7633e2
commit
17f42ee50f
@ -57,6 +57,8 @@ self: super: {
|
||||
rev = drv.version;
|
||||
};
|
||||
})).overrideScope (self: super: {
|
||||
# https://github.com/yesodweb/yesod/issues/1324
|
||||
yesod-persistent = self.yesod-persistent_1_4_1_1;
|
||||
# https://github.com/prowdsponsor/esqueleto/issues/137
|
||||
persistent = self.persistent_2_2_4_1;
|
||||
persistent-template = self.persistent-template_2_1_8_1;
|
||||
|
Loading…
Reference in New Issue
Block a user