tldr: remove unnecessary override
`shell-conduit` is no longer necessary for the expression.
This commit is contained in:
parent
41409f6348
commit
2d3138fc9a
|
@ -352,12 +352,6 @@ self: super: {
|
||||||
th-printf = dontCheck super.th-printf;
|
th-printf = dontCheck super.th-printf;
|
||||||
thumbnail-plus = dontCheck super.thumbnail-plus;
|
thumbnail-plus = dontCheck super.thumbnail-plus;
|
||||||
tickle = dontCheck super.tickle;
|
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;
|
tpdb = dontCheck super.tpdb;
|
||||||
translatable-intset = dontCheck super.translatable-intset;
|
translatable-intset = dontCheck super.translatable-intset;
|
||||||
ua-parser = dontCheck super.ua-parser;
|
ua-parser = dontCheck super.ua-parser;
|
||||||
|
|
Loading…
Reference in New Issue