about summary refs log tree commit diff
path: root/pkgs/top-level
Commit message (Expand)AuthorAge
* Merge pull request #14240 from kevincox/etcd-2.3.0Arseniy Seroka2016-03-27
|\
| * etcd: 2.1.2 -> 2.3.0Kevin Cox2016-03-26
* | togglesg-download: init at 2016-02-08Peter Hoeg2016-03-27
|/
* swarm: init at 3.1Nikolay Amiantov2016-03-26
* netcdf-fortran: init at 4.4.3Bruno Bzeznik Bruno.Bzeznik@imag.fr2016-03-26
* python.pyjwt: platforms: linux -> unixCole Mickens2016-03-25
* Merge pull request #14186 from LatitudeEngineering/latitude/topic/qgroundcontrolzimbatm2016-03-25
|\
| * qgroundcontrol: init at 2.9.4Patrick Callahan2016-03-24
* | Catalyst::Action::Rest: 1.19 -> 1.20Eelco Dolstra2016-03-25
* | pythonPackages.cryptography: 1.1.1 -> 1.2.3 (fix openssl build)Domen Kožar2016-03-25
* | dvdbackup: init at 0.4.2Brad Ediger2016-03-24
|/
* Merge pull request #14180 from ebzzry/deco-0.0.1joachifm2016-03-24
|\
| * deco: init at 0.0.1Rommel M. Martinez2016-03-25
* | Merge pull request #14045 from otwieracz/masterArseniy Seroka2016-03-24
|\ \
| * | znapzend: init at 0.15.3Slawomir Gonet2016-03-24
* | | Merge pull request #14000 from nbp/fix-extendNicolas B. Pierron2016-03-24
|\ \ \
| * | | Fix comments typos.Nicolas B. Pierron2016-03-24
| * | | Move stdenvOverrides under pkgsWithOverrides.Nicolas B. Pierron2016-03-20
| * | | Replace the merge operators by the fix' and extends functions.Nicolas B. Pierron2016-03-20
| * | | Under pkgsWithOverrides, replace the last uses of pkgs by the corresponding a...Nicolas B. Pierron2016-03-20
| * | | Change the customOverrides to use the stdenvOverrides instead of the original...Nicolas B. Pierron2016-03-20
| * | | Move the customOverrides after the stdenvOverrides.Nicolas B. Pierron2016-03-20
| * | | Add bootStdenv condition around the overrider.Nicolas B. Pierron2016-03-20
| * | | Add extra argument to better identity with the extend function later.Nicolas B. Pierron2016-03-20
| * | | In top-level/default.nix, rename self to allPackages.Nicolas B. Pierron2016-03-20
| * | | Internalize the recursion over the set of all packages.Nicolas B. Pierron2016-03-20
| * | | Build aliases based on the previous set including all-packages, instead of on...Nicolas B. Pierron2016-03-20
| * | | Move stdenvAdapaters attribute from all-packages.nix into the stdenvAdapters ...Nicolas B. Pierron2016-03-20
| * | | Split helperFunctions to simplify the identification with the extend function.Nicolas B. Pierron2016-03-20
| * | | Remove all-packages.nix helperFunctions dependency.Nicolas B. Pierron2016-03-20
| * | | Split consecutive merge operators to simplify the identification of extend fu...Nicolas B. Pierron2016-03-20
| * | | Inline pkgsFun in pkgsWithOverrides.Nicolas B. Pierron2016-03-20
| * | | Extract the top-level logic out of all-packages.nix into pkgs/top-level/defau...Nicolas B. Pierron2016-03-20
| * | | Reformat pkgsWithOverrides to later facilitate the identitication with the ex...Nicolas B. Pierron2016-03-20
| * | | Rename applyGlobalOverrides to pkgsWithOverridesNicolas B. Pierron2016-03-20
| * | | Within applyGlobalOverrides, alias pkgsFun calls.Nicolas B. Pierron2016-03-20
| * | | Remove applyGlobalOverrides's pkgsOrig argument.Nicolas B. Pierron2016-03-20
| * | | Move the merge of the overrides from pkgsFun to applyGlobalOverrides.Nicolas B. Pierron2016-03-20
| * | | Move stdenvDefault into its own file.Nicolas B. Pierron2016-03-20
| * | | Move the set of aliases after 'self', such that we can later use the extend f...Nicolas B. Pierron2016-03-20
| * | | Remove unused 'ncat' alias, as a package with the same name already exists.Nicolas B. Pierron2016-03-20
| * | | Move tweakAlias function into the aliases.nix file, and rename it.Nicolas B. Pierron2016-03-20
| * | | Move merge of stdenvDefault from the self attribute to the returned value of ...Nicolas B. Pierron2016-03-20
| * | | Replace with statements of stdenvDefault to rely on pkgs instead of self.Nicolas B. Pierron2016-03-20
| * | | Split stdenv attribute set.Nicolas B. Pierron2016-03-20
| * | | Swap conditions of stdenvOverrides to prevent infinite loops while evaluating...Nicolas B. Pierron2016-03-20
| * | | Under pkgsFun, expand self attribute, and rename self_ to self.Nicolas B. Pierron2016-03-20
| * | | Under pkgsFun, move the merge of helper functions from self_ to self.Nicolas B. Pierron2016-03-20
| * | | Remove with helperFunction above the list of all packages.Nicolas B. Pierron2016-03-20
| * | | Under applyGlobalOverrides, inline mkOverrides in overrides.Nicolas B. Pierron2016-03-20