nixpkgs/pkgs/applications/editors
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
..
aewan treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
amp treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
android-studio treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
apostrophe treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
aseprite treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
atom treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
bless treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
bluefish treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
bluej treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
bonzomatic bonzomatic: update maintainers 2021-01-13 23:09:02 +01:00
brackets brackets: use lib.getLib systemd instead of systemd.lib 2020-08-13 20:51:39 +02:00
bvi treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
bviplus treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
code-browser treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
codeblocks treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
cudatext cudatext: 1.115.0 → 1.118.2 2020-12-27 01:15:14 +03:00
deadpixi-sam treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
dhex treewide: remove trailing whitespaces 2021-01-01 10:41:04 -08:00
dit treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
eclipse treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
ed treewide: add warning comment to “boot” packages 2020-07-31 08:56:53 +02:00
edbrowse treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
edit treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
elvis elvis: update meta.homepage 2020-11-13 09:24:48 +01:00
emacs emacsPackages*: Move to emacs*.pkgs 2021-01-13 17:04:55 +01:00
emacs-modes treewide: emacsPackages -> emacs.pkgs & emacsWithPackages -> emacs.pkgs.withPackages 2021-01-13 17:13:10 +01:00
featherpad treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
flpsed treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
focuswriter treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
fte treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
geany treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
ghostwriter treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
glow glow: add changelog meta-attribute 2020-12-25 15:07:12 +01:00
gnome-builder treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
gnome-latex treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
gobby treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
gophernotes gophernotes: init at 0.7.1 2020-08-08 09:37:46 -04:00
greenfoot treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
hecate treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
heme treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
hexcurse treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
hexdino treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
hexedit treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
howl treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ht treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
jed jed: init at 0.99-19 2021-01-03 23:16:17 -03:00
jedit treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
jetbrains treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
joe treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
jove jove: init at 4.17.3.6 2021-01-03 23:16:17 -03:00
jucipp treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
jupp treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
jupyter treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
jupyter-kernels/iruby iruby: init at 0.3.0 2020-08-09 11:32:40 -07:00
kakoune Merge pull request #106548 from eraserhd/quickscope-kak 2021-01-14 10:26:31 -03:00
kdevelop5 treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
kibi treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
kile kile: some slight improvements/fixes 2020-10-30 20:39:19 +02:00
kodestudio treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
leafpad treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
leo-editor leo-editor: drop ramkromberg from maintainer 2020-11-23 22:04:00 -08:00
lighttable treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
lite treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
manuskript treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
marker treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
mg treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
micro micro: 2.0.7 -> 2.0.8 2020-10-07 04:20:00 +00:00
mindforger treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
mle treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
moe treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
monodevelop treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
music/tuxguitar treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
nano nano: 5.3 -> 5.4 2020-12-02 17:30:22 +00:00
ne treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
nedit treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
neovim treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
netbeans netbeans: remove windows binaries before copying package to output 2020-12-08 01:08:27 +01:00
notepadqq notepadqq: remoe unnecesary fetchSubmodules 2020-06-14 10:34:21 -04:00
nvi nvi: mark as broken 2020-05-17 15:53:36 +01:00
nvpy treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
okteta treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
quartus-prime quartus-prime-lite: 19.1 -> 20.1 2020-07-02 08:37:35 +02:00
quilter treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
qxmledit treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
qxw treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
rednotebook rednotebook: 2.20 -> 2.21 2020-12-08 04:46:29 +00:00
rehex treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
retext treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
rstudio treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
scite treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
setzer setzer: 0.3.0 -> 0.3.2 2020-09-12 14:45:09 +02:00
sigil treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
spacevim gitAndTools: move everything to the top level 2021-01-14 21:27:48 +00:00
standardnotes treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
sublime treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
supertux-editor treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
tecoc treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
texmacs treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
texmaker treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
texstudio texstudio: 3.0.1 -> 3.0.3 2020-12-30 00:40:02 +01:00
textadept treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
texworks texworks: 0.6.4 -> 0.6.5 2020-04-01 19:32:43 -07:00
thonny treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
tiled treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
tweak treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
typora typora: 0.9.89 -> 0.9.93 2020-08-31 07:27:06 +02:00
vbindiff treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
vim treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
vis treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
viw treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
vscode treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
wily treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
wxhexeditor treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
xmlcopyeditor treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
xxe-pe xxe-pe: init at 9.4.0 2020-08-16 15:24:06 +02:00
yi treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
zile treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00