tldr: remove unnecessary override

`shell-conduit` is no longer necessary for the expression.
This commit is contained in:
Michael Alan Dorman 2018-03-14 19:50:20 -04:00 committed by Peter Simons
parent 41409f6348
commit 2d3138fc9a

@ -352,12 +352,6 @@ self: super: {
th-printf = dontCheck super.th-printf;
thumbnail-plus = dontCheck super.thumbnail-plus;
tickle = dontCheck super.tickle;
tldr = super.tldr.override {
# shell-conduit determines what commands are available at compile-time, so
# that tldr will not compile unless the shell-conduit it uses is compiled
# with git in its environment.
shell-conduit = addBuildTool self.shell-conduit pkgs.git;
};
tpdb = dontCheck super.tpdb;
translatable-intset = dontCheck super.translatable-intset;
ua-parser = dontCheck super.ua-parser;