summary refs log tree commit diff
path: root/pkgs/tools/misc/tldr
Commit message (Collapse)AuthorAge
* tldr: fix repo redirectSandro Jäckel2023-09-14
|
* tldr/default.nix: update hashK.B.Dharun Krishna2023-05-10
|
* tldr/default.nix: update website link to main page, add kbdharun to package ↵K.B.Dharun Krishna2023-05-10
| | | | maintainers
* Update pkgs/tools/misc/tldr/default.nixK.B.Dharun Krishna2023-05-10
| | | Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
* tldr: 1.5.0 -> 1.6.0K.B.Dharun Krishna2023-05-09
|
* treewide: more meta changelog urls and mainPrograms (#200062)Daniel Nagy2022-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * turbovnc: add changelog url * memray: add changelog url * ddcutil: add changelog url * jc: add changelog url * zed: add changelog url * lua: use https homepage * sil: use https url * the-powder-toy: use https homepage * tldr: add changelog url * openjpeg: add changelog url * scheme48: use https homepage * bubblewrap: set meta.mainProgram * zbar: set meta.mainProgram * qpdf: add changelog url * nvtop: set meta.mainProgram * squashfs: add meta.mainProgram
* tldr: 1.4.3 -> 1.5.0R. Ryantm2022-07-31
|
* tldr: install completionsMario Rodas2022-04-14
|
* tldr: 1.4.2 -> 1.4.3Mario Rodas2022-04-14
| | | | https://github.com/tldr-pages/tldr-c-client/releases/tag/v1.4.3
* tldr: 1.3.0 -> 1.4.2Sebastian Sellmeier2021-11-23
|
* treewide: add targetPrefix to hardcoded references to CC=ccBen Siraphob2021-02-20
|
* pkgs/tools: pkgconfig -> pkg-configBen Siraphob2021-01-16
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* tldr: override makeFlags to set CCJörg Thalheim2018-08-03
|
* tldr: add support for darwinCarlos D2018-08-03
|
* Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice2018-01-16
| | | | Goodbye, and thanks for all the Nix...
* tldr: 1.2.0 -> 1.3.0 (#23465)Renaud2017-03-06
|
* tldr: 1.1.0 -> 1.2.0Tobias Geerinckx-Rice2016-04-06
|
* Add version attribute where maintainers |= nckxTobias Geerinckx-Rice2016-01-25
| | | | | | | 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.
* tldr: use fetchFromGitHub; pkgconfigTobias Geerinckx-Rice2016-01-18
| | | | | pkgconfig is unrelated, but trivial (removes a harmless but distracting error message) and doesn't warrant its own commit.
* tldr: 1.0 -> 1.1.0; maintainTobias Geerinckx-Rice2016-01-18
|
* tldr: init at 1.0Radvendii2016-01-03
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