about summary refs log tree commit diff
path: root/pkgs/tools/misc/detox
AgeCommit message (Collapse)AuthorFilesLines
2021-08-03tools/misc: replace name with pname&versionFelix Buehler1-3/+4
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-2/+2
2019-03-12misc: Remove myself from list of maintainersJascha Geerds1-1/+1
Unfortunately I don't have the time anymore to maintain those packages.
2018-06-08detox: fix missing safe.tblFrank Doepper1-0/+4
2016-03-05Use general hardening flag toggle listsFranz Pletz1-1/+1
The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
2016-02-10detox: turn off format hardeningRobin Gloster1-0/+2
2015-06-22Add myself as maintainerJascha Geerds1-3/+5
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2013-10-06More description fixesBjørn Forsman1-1/+1
* Remove package name * Start with upper case letter * Remove trailing period Also reword some descriptions and move some long descriptions to longDescription. I'm not touching generated packages.
2010-09-06Applying the patch adding 'detox' from Tom Ridge and Karn Kallio.Lluís Batlle i Rossell1-0/+24
svn path=/nixpkgs/trunk/; revision=23655