haskellPackages.git-annex: remove overrides
they don't seem to be needed anymore
This commit is contained in:
parent
4e536a9f61
commit
0cb43b920e
@ -57,14 +57,7 @@ self: super: {
|
|||||||
sha256 = "1vy6bj7f8zyj4n1r0gpi0r7mxapsrjvhwmsi5sbnradfng5j3jya";
|
sha256 = "1vy6bj7f8zyj4n1r0gpi0r7mxapsrjvhwmsi5sbnradfng5j3jya";
|
||||||
rev = drv.version;
|
rev = drv.version;
|
||||||
};
|
};
|
||||||
})).overrideScope (self: super: {
|
}))).override {
|
||||||
# https://github.com/bitemyapp/esqueleto/issues/8
|
|
||||||
esqueleto = self.esqueleto_2_4_3;
|
|
||||||
# https://github.com/prowdsponsor/esqueleto/issues/137
|
|
||||||
persistent = self.persistent_2_2_4_1;
|
|
||||||
persistent-template = self.persistent-template_2_1_8_1;
|
|
||||||
persistent-sqlite = self.persistent-sqlite_2_2_1;
|
|
||||||
})).override {
|
|
||||||
dbus = if pkgs.stdenv.isLinux then self.dbus else null;
|
dbus = if pkgs.stdenv.isLinux then self.dbus else null;
|
||||||
fdo-notify = if pkgs.stdenv.isLinux then self.fdo-notify else null;
|
fdo-notify = if pkgs.stdenv.isLinux then self.fdo-notify else null;
|
||||||
hinotify = if pkgs.stdenv.isLinux then self.hinotify else self.fsnotify;
|
hinotify = if pkgs.stdenv.isLinux then self.hinotify else self.fsnotify;
|
||||||
|
Loading…
Reference in New Issue
Block a user