about summary refs log tree commit diff
path: root/pkgs/tools/security/stricat
AgeCommit message (Collapse)AuthorFilesLines
2021-02-20treewide: add targetPrefix to hardcoded references to CC=ccBen Siraphob1-1/+1
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-4/+4
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2016-08-16stricat: fix darwin buildMatthew Bauer1-0/+2
2016-06-20Captialize meta.description of all packagesBjørn Forsman1-1/+1
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)
2014-08-21nixpkgs: stricat 20140609100300Austin Seipp1-0/+24
Signed-off-by: Austin Seipp <aseipp@pobox.com>