nixpkgs/pkgs/applications
Alyssa Ross 3893d6c6d7 gitAndTools: move everything to the top level
The comment at the top of git-and-tools/default.nix said:

    /* All git-relates tools live here, in a separate attribute set so that users
     * can get a fast overview over what's available.

but unfortunately that hasn't actually held up in practice.

Git-related packages have continued to be added to the top level, or
into gitAndTools, or sometimes both, basically at random, so having
gitAndTools is just confusing.  In fact, until I looked as part of
working on getting rid of gitAndTools, one program (ydiff) was
packaged twice independently, once in gitAndTools and once at the top
level (I fixed this in 98c3490196).

So I think it's for the best if we move away from gitAndTools, and
just put all the packages it previously contained at the top level.
I've implemented this here by just making gitAndTools an alias for the
top level -- this saves having loads of lines in aliases.nix.  This
means that people can keep referring to gitAndTools in their
configuration, but it won't be allowed to be used within Nixpkgs, and
it won't be presented to new users by e.g. nix search.

The only other change here that I'm aware of is that
appendToName "minimal" is not longer called on the default git
package, because doing that would have necessitated having a private
gitBase variable like before.  I think it makes more sense not to do
that anyway, and reserve the "minimal" suffix only for gitMinimal.
2021-01-14 21:27:48 +00:00
..
accessibility treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
audio Merge pull request #109317 from hexop/mopidy-youtube 2021-01-14 13:23:57 +01:00
backup treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
blockchains Merge pull request #109018 from 06kellyjac/exodus 2021-01-13 08:49:47 +01:00
display-managers treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
editors gitAndTools: move everything to the top level 2021-01-14 21:27:48 +00:00
gis treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
graphics Merge pull request #109381 from lucasew/fix/zgrviewer 2021-01-14 19:05:49 +01:00
kde
logging/humioctl treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
misc Revert "calibre: 4.23.0 -> 5.9.0" 2021-01-13 15:52:36 -08:00
networking chromium: Extend update.py to print a summary of the updates 2021-01-14 21:02:16 +01:00
office Merge pull request #108976 from oyren/portfolio-0.50.0 2021-01-11 17:34:58 +01:00
printing/pappl
qubes/qubes-core-vchan-xen treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
radio treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
science fix mis-merge 2021-01-14 15:26:10 +00:00
search treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
system treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
terminal-emulators treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
version-management gitAndTools: move everything to the top level 2021-01-14 21:27:48 +00:00
video droidcam: 1.6 -> 1.7 2021-01-13 14:03:29 +03:00
virtualization Revert "conmon: 2.0.22 -> 2.0.23" 2021-01-15 04:44:13 +10:00
window-managers i3, i3-gaps: 4.18.3 -> 4.19 2021-01-12 16:55:21 +01:00