about summary refs log tree commit diff
path: root/pkgs/tools/misc/tldr
AgeCommit message (Collapse)AuthorFilesLines
2022-07-31tldr: 1.4.3 -> 1.5.0R. Ryantm1-2/+2
2022-04-14tldr: install completionsMario Rodas1-2/+6
2022-04-14tldr: 1.4.2 -> 1.4.3Mario Rodas1-2/+2
https://github.com/tldr-pages/tldr-c-client/releases/tag/v1.4.3
2021-11-23tldr: 1.3.0 -> 1.4.2Sebastian Sellmeier1-2/+2
2021-02-20treewide: add targetPrefix to hardcoded references to CC=ccBen Siraphob1-1/+1
2021-01-16pkgs/tools: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-08-03tldr: override makeFlags to set CCJörg Thalheim1-6/+3
2018-08-03tldr: add support for darwinCarlos D1-2/+7
2018-01-16Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice1-1/+1
Goodbye, and thanks for all the Nix...
2017-03-06tldr: 1.2.0 -> 1.3.0 (#23465)Renaud1-4/+4
2016-04-06tldr: 1.1.0 -> 1.2.0Tobias Geerinckx-Rice1-9/+3
2016-01-25Add version attribute where maintainers |= nckxTobias Geerinckx-Rice1-3/+2
This will probably be mandatory soon, and is a step in the right direction. Removes the deprecated meta.version, and move some meta sections to the end of the file where I should have put them in the first place.
2016-01-18tldr: use fetchFromGitHub; pkgconfigTobias Geerinckx-Rice1-7/+9
pkgconfig is unrelated, but trivial (removes a harmless but distracting error message) and doesn't warrant its own commit.
2016-01-18tldr: 1.0 -> 1.1.0; maintainTobias Geerinckx-Rice1-19/+17
2016-01-03tldr: init at 1.0Radvendii1-0/+37
added tldr to all-packages.nix cleaned up style added metadata semicolons didn't test on mac. removed platform wrong types fixed duplication of version