aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/misc/tasknc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: name -> pname (easy cases) (#66585)volth2019-08-151-1/+1
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* Revert "Remove maintainership"Matthias Beyer2019-02-201-1/+1
| | | | | | | | | | I'm baaaaack! This patch reverts my patch where I removed myself as maintainer because of my traveling. I'm back now and I want to maintain these packages again. This reverts commit ce1c1e3093b9652fb3a3cdc1472afbc8a84dee68.
* tasknc: add licensePascal Wittmann2018-08-041-0/+1
| | | | see issue #43716
* tasknc: fixSilvan Mosberger2018-06-201-2/+2
|
* Remove maintainershipMatthias Beyer2018-04-061-1/+1
| | | | | | | | | | | | | | | With this patch I remove myself as a maintainer for all packages I currently maintain. This is due the fact that I will be basically off the grid from May 2018 until early 2019, as I will be on a trip through north america. I will revert this patch as soon as I'm back, as I plan to continue contributing to nixpkgs then. But as I cannot maintain anything during that time, I'd like to get this patch merged. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
* tasknc: update (0.8 -> 2017-05-15), fix, cleanup and man pagesSilvan Mosberger2018-02-021-32/+26
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-011-1/+1
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-07-151-1/+1
|\
| * Captialize meta.description of all packagesBjørn Forsman2016-06-201-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)
* | Use general hardening flag toggle listsFranz Pletz2016-03-051-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
* | tasknc: turn off format hardeningRobin Gloster2016-02-081-0/+2
|/
* tasknc: init at 0.8Matthias Beyer2015-06-211-0/+46