| Commit message (Expand) | Author | Age | Files | Lines |
| * | treewide: Add man & info outputs where necessary (instead of doc)•••Because man & info pages won't be going to $doc after the next commit.
Scripted change for the files having one-package-per-file.
| Tuomas Tynkkynen | 2017-08-11 | 1 | -1/+1 |
| * | gettext: fix cygwin build | David McFarland | 2017-06-26 | 1 | -24/+5 |
| * | Merge remote-tracking branch 'upstream/master' into hardened-stdenv | Robin Gloster | 2016-07-15 | 1 | -4/+4 |
| |\ |
|
| | * | gettext: 0.19.7 -> 0.19.8 | Rahul Gopinath | 2016-07-09 | 1 | -3/+3 |
| | * | infinite recursion and cross-build fix | Eric Litak | 2016-05-31 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/master' into hardened-stdenv | Franz Pletz | 2016-05-18 | 1 | -7/+0 |
| |\| |
|
| | * | gettext: remove crossAttrs•••They seem not needed anymore.
| Vladimír Čunát | 2016-04-23 | 1 | -7/+0 |
| * | | Merge remote-tracking branch 'upstream/master' into hardened-stdenv | Robin Gloster | 2016-04-18 | 1 | -1/+1 |
| |\| |
|
| | * | Merge master into closure-size•••The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
| Vladimír Čunát | 2016-03-08 | 3 | -28/+42 |
| | |\ |
|
| | * \ | Merge branch 'master' into closure-size•••TODO: there was more significant refactoring of qtbase and plasma 5.5
on master, and I'm deferring pointing to correct outputs to later.
| Vladimír Čunát | 2015-12-31 | 1 | -2/+8 |
| | |\ \ |
|
| | * | | | expat: split dev output | Vladimír Čunát | 2015-10-28 | 1 | -1/+1 |
| | * | | | Merge commit staging+systemd into closure-size•••Many non-conflict problems weren't (fully) resolved in this commit yet.
| Vladimír Čunát | 2015-10-03 | 3 | -70/+17 |
| | |\ \ \ |
|
| | * \ \ \ | Merge staging into closure-size | Vladimír Čunát | 2015-05-05 | 1 | -0/+10 |
| | |\ \ \ \ |
|
| | * \ \ \ \ | Merge 'staging' into closure-size•••- there were many easy merge conflicts
- cc-wrapper needed nontrivial changes
Many other problems might've been created by interaction of the branches,
but stdenv and a few other packages build fine now.
| Vladimír Čunát | 2015-04-18 | 3 | -7/+19 |
| | |\ \ \ \ \ |
|
| | * \ \ \ \ \ | Merge branch 'staging' into v/modular•••Conflicts (easy):
pkgs/development/interpreters/perl/5.10/setup-hook.sh
pkgs/development/interpreters/perl/5.8/setup-hook.sh
pkgs/development/libraries/gtk+/2.x.nix
| Vladimír Čunát | 2014-08-31 | 1 | -1/+1 |
| | |\ \ \ \ \ \ |
|
| | * | | | | | | | WIP2 | Vladimír Čunát | 2014-08-26 | 1 | -1/+1 |
| * | | | | | | | | Use general hardening flag toggle lists•••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
| Franz Pletz | 2016-03-05 | 1 | -3/+2 |
| * | | | | | | | | Merge remote-tracking branch 'upstream/master' into hardened-stdenv | Robin Gloster | 2016-02-27 | 3 | -29/+20 |
| |\ \ \ \ \ \ \ \
| | |_|_|_|_|_|/
| |/| | | | | | |
|
| | * | | | | | | | gettext: 0.19.6 -> 0.19.7•••expat is replaced by a bundled version of libxml2
| zimbatm | 2016-02-22 | 2 | -27/+18 |
| | * | | | | | | | gettext: expand all gettext.sh paths | zimbatm | 2016-02-22 | 1 | -2/+2 |
| * | | | | | | | | bootstrap env: disable stackprotector hardening until gcc >=4.9 | Robin Gloster | 2016-02-22 | 1 | -0/+2 |
| * | | | | | | | | Merge remote-tracking branch 'upstream/master' into hardened-stdenv | Robin Gloster | 2016-02-19 | 2 | -1/+24 |
| |\| | | | | | | |
|
| | * | | | | | | | gettext.sh: fixup calls to absolute paths•••For discussion see https://github.com/NixOS/nixpkgs/pull/13072
| Vladimír Čunát | 2016-02-17 | 2 | -1/+24 |
| | | |_|_|_|_|/
| |/| | | | | |
|
| * | | | | | | | switch hardening flags | Robin Gloster | 2016-01-30 | 1 | -1/+1 |
| * | | | | | | | Use a hardened stdenv by default | Franz Pletz | 2016-01-30 | 1 | -0/+2 |
| |/ / / / / / |
|
| * | | | | / | gettext: fix absolute path | Arseniy Seroka | 2015-12-14 | 1 | -2/+8 |
| | |_|_|_|/
|/| | | | |
|
| * | | | | | gettext: 0.19.5.1 -> 0.19.6 (close #9799) | Lancelot SIX | 2015-09-11 | 1 | -2/+2 |
| * | | | | | More docs/manpages in separate outputs | Eelco Dolstra | 2015-07-27 | 1 | -0/+2 |
| * | | | | | Remove unused gettext versions | Eelco Dolstra | 2015-07-27 | 2 | -64/+0 |
| * | | | | | gettext: 0.19.5 -> 0.19.5.1 | William A. Kennington III | 2015-07-17 | 1 | -2/+2 |
| * | | | | | gettext: 0.19.4 -> 0.19.5 | William A. Kennington III | 2015-07-17 | 1 | -2/+2 |
| * | | | | | pure darwin stdenv | Jude Taylor | 2015-06-18 | 1 | -1/+6 |
| * | | | | | cygwin: libiconv and gettext for x86_64 | Marko Durkovic | 2015-05-28 | 1 | -3/+7 |
| | |_|_|/
|/| | | |
|
| * | | | | Add gettextWithExpat function | Luca Bruno | 2015-04-25 | 1 | -0/+10 |
| | |_|/
|/| | |
|
| * | | | gettext: Make 0.19 the default | William A. Kennington III | 2015-03-26 | 2 | -4/+5 |
| * | | | Revert "gettext: fix build on darwin"•••This reverts commit fc15721871776672488c8b2e85424e4ddcf56cd4.
I trusted the referred comment (and maybe misunderstood it),
but the commit wasn't a good idea at all.
| Vladimír Čunát | 2015-03-10 | 1 | -3/+2 |
| * | | | gettext: fix build on darwin•••Hash on Linuxes is unchanged. For details about the error see discussion at:
https://github.com/NixOS/nixpkgs/commit/0ffb98828e87612
| Vladimír Čunát | 2015-03-10 | 1 | -2/+3 |
| * | | | unmaintain a bunch of packages | Ludovic Courtès | 2015-01-13 | 1 | -1/+1 |
| * | | | gettext: add derivation for 0.19 series | Patrick Mahoney | 2015-01-10 | 1 | -0/+10 |
| * | | | gettext: Check for existence of stdenv.ccCross.•••Should only affect cross-builds, however I didn't test whether
cross-building gettext actually works. But if it's broken now, it was
broken before as well and this at least unbreaks the non-cross-built
nixpkgs tarball job :-)
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| aszlig | 2015-01-03 | 1 | -1/+1 |
| * | | | Change occurrences of gcc to the more general cc•••This is done for the sake of Yosemite, which does not have gcc, and yet
this change is also compatible with Linux.
| John Wiegley | 2014-12-26 | 1 | -2/+2 |
| * | | | gettext-0.17: meta.branch | Mateusz Kowalczyk | 2014-09-30 | 1 | -2/+3 |
| | |/
|/| |
|
| * | | Fix many package descriptions•••(My OCD kicked in today...)
Remove repeated package names, capitalize first word, remove trailing
periods and move overlong descriptions to longDescription.
I also simplified some descriptions as well, when they were particularly
long or technical, often based on Arch Linux' package descriptions.
I've tried to stay away from generated expressions (and I think I
succeeded).
Some specifics worth mentioning:
* cron, has "Vixie Cron" in its description. The "Vixie" part is not
mentioned anywhere else. I kept it in a parenthesis at the end of the
description.
* ctags description started with "Exuberant Ctags ...", and the
"exuberant" part is not mentioned elsewhere. Kept it in a parenthesis
at the end of description.
* nix has the description "The Nix Deployment System". Since that
doesn't really say much what it is/does (especially after removing
the package name!), I changed that to "Powerful package manager that
makes package management reliable and reproducible" (borrowed from
nixos.org).
* Tons of "GNU Foo, Foo is a [the important bits]" descriptions
is changed to just [the important bits]. If the package name doesn't
contain GNU I don't think it's needed to say it in the description
either.
| Bjørn Forsman | 2014-08-24 | 1 | -1/+1 |
| |/ |
|
| * | gettext: strip trailing whitespace | Peter Simons | 2013-09-23 | 1 | -3/+3 |
| * | gettext: fix minor errors after merge | Peter Simons | 2013-09-23 | 1 | -2/+2 |
| * | Merge remote-tracking branch 'origin/master' into stdenv-updates.•••Conflicts:
pkgs/development/libraries/gettext/default.nix
| Peter Simons | 2013-09-23 | 1 | -2/+4 |
| |\ |
|
| | * | coreutils,gettext: don't change hash except for darwin•••Also some style cleanup.
Note that defining an empty-string variable *does* change the hash.
I would like to change this behaviour one day
(clean up attrs when compiling the derivation).
| Vladimír Čunát | 2013-09-14 | 1 | -12/+13 |
| | * | gettext: Guard against compiler not supporting __builtin_stpncpy•••From https://lists.macosforge.org/pipermail/macports-dev/2011-July/015263.html:
5) Building with a compiler that doesn't support newer __builtins
If your port uses MacPorts compilers rather than the default compiler,
you may run into trouble with string functions. You'll see errors at
link time about undefined __builtin_* functions. If this happens, you
may want to compile with -D_FORTIFY_SOURCE=0 to tell the headers to
use unfortified versions which do not use compiler builtins.
| Danie Roux | 2013-09-14 | 1 | -0/+3 |
| * | | Merge branch 'origin/master' into stdenv. | Peter Simons | 2013-08-17 | 1 | -1/+1 |
| |\| |
|
| | * | unmaintain several packages | Ludovic Courtès | 2013-08-16 | 1 | -1/+1 |