blob: 4624284002e1356942a8fd03258d62e09dd63e8f (
plain) (
tree)
|
|
self: super:
{
vit = (super.vit.override { inherit (self) taskwarrior; }).overrideAttrs (old:
self.mylibs.fetchedGithub ./vit.json // {
buildInputs = old.buildInputs ++ (with self.perlPackages; [ TryTiny TextCharWidth ]);
}
);
}
|