summary refs log tree commit diff
path: root/pkgs/tools/networking/ratools
Commit message (Collapse)AuthorAge
* treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren2019-12-30
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: use less `phases` if not necessaryRobin Gloster2017-08-11
| | | | | This removes some skipping of e.g. fixupPhase and cleans up occurences where this led to duplicating code
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* ratools: init at 0.6.2Franz Pletz2016-02-25