1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00
Commit graph

531 commits

Author SHA1 Message Date
Robert Schütz d5cceedbd1 python,pythonPackages: make aliases
Since aliases are disallowed in nixpkgs, this makes usage of Python 2
which is EOL more explicit.
2022-01-16 18:39:59 +00:00
Will Cohen 9b7691cbb4 zsh: exclude util-linux on darwin 2022-01-11 14:00:32 -05:00
Will Cohen 75d64f2c19 zsh: remove superfluous darwin postInstall make 2022-01-10 22:20:16 -05:00
Will Cohen 845f228ff8 zsh: fix build on darwin 2022-01-10 12:57:34 -05:00
Bernardo Meurer 4a7b0213ef
Merge pull request #154129 from Enzime/fix/zsh-custom-src
zsh: Support building from Git checkouts
2022-01-10 13:47:43 +00:00
Bernardo Meurer eab138577c
Merge pull request #153955 from holymonson/prezto 2022-01-10 04:56:57 +00:00
Michael Hoang 7ada385af0 zsh: Support building from Git checkouts
A pregenerated `./configure` script is included with `zsh` release
tarballs which makes it so that `zsh` won't build Git checkouts without
`autoreconfHook`.

There are also other files that were pregenerated and included in
releases so a few other tools are necessary to successfully build `zsh`.
We can also build the docs ourselves instead of using the `docs`
tarball.

This means that users can now easily override the `zsh` derivation:

    pkgs.zsh.overrideAttrs (old: {
      src = fetchgit {
        url = "https://git.code.sf.net/p/zsh/code.git";
        rev = "zsh-5.8";
        sha256 = "sha256-Gou2UgafLHnZnG2X8DulidOTO1idTQpnZ3DicZuhCZc=";
      };
    })
2022-01-09 22:56:36 +11:00
Monson Shao 9bcdcb6199
zsh-prezto: unstable-2021-06-02 → unstable-2021-11-16 2022-01-08 06:42:32 +00:00
Seong Yong-ju 769340d3c0 zsh-history-search-multi-word: init at unstable-2021-11-13 2022-01-06 03:10:58 +09:00
Ben Siraphob 39a0a70d29
treewide: fix homepages with permanent redirect to https 2021-12-29 22:06:47 +07:00
Felix Buehler b5e0221e44 treewide: use pname&version instead of name 2021-12-24 15:51:27 +01:00
R. Ryantm bd06f1e3eb oh-my-zsh: 2021-12-16 -> 2021-12-18 2021-12-18 16:18:38 +00:00
Tom Payne 26927f75e4 Update zinit meta information to match source 2021-12-17 17:12:58 +00:00
R. Ryantm 7189641444 oh-my-zsh: 2021-12-13 -> 2021-12-16 2021-12-17 01:31:23 +00:00
R. Ryantm a2ac149774 oh-my-zsh: 2021-12-13 -> 2021-12-13 2021-12-15 09:11:02 +00:00
R. Ryantm 91d8fa7cd1 oh-my-zsh: 2021-12-07 -> 2021-12-13 2021-12-13 13:11:58 -05:00
R. Ryantm 7e3e1a8e47 oh-my-zsh: 2021-12-02 -> 2021-12-07 2021-12-08 09:20:19 -05:00
R. Ryantm ca1f2a9ed2 oh-my-zsh: 2021-11-11 -> 2021-12-02 2021-12-06 09:52:58 -05:00
Sandro 850faa3f51
Merge pull request #144611 from Gerschtli/add-zsh-completion 2021-11-29 21:04:09 +01:00
Tobias Happ 0235225a3c zsh-better-npm-completion: init at unstable-2019-11-19 2021-11-25 21:39:02 +01:00
Vonfry d3db4bfcb3
zsh-fzf-tab: unstable-2021-08-05 -> unstable-2021-11-12 2021-11-23 08:41:45 +08:00
Kyle Ondy e7e3480530
zsh-vi-mode: init at v0.8.5
Adding [zsh-vi-mode] at version `0.8.5`.

[zsh-vi-mode]: https://github.com/jeffreytse/zsh-vi-mod
2021-11-19 11:10:09 -05:00
Janne Heß 51befa6cdc
Merge pull request #145951 from Mic92/zsh-fast-syntax-highlighting 2021-11-15 21:16:03 +01:00
Andreas Fuchs 1c72fa65ed nix-zsh-completions: Lower priority to avoid collisions with nix
Both it and nix >=2.4 install a _nix zsh completion definition. The
one in nix should take precedence, so let's lower this package's
priority.
2021-11-14 22:06:45 +01:00
Jörg Thalheim 603254bab2 zsh-fast-syntax-highlighting: new upstream url 2021-11-14 17:07:55 +01:00
Jörg Thalheim 1739fa5fe8
Merge pull request #145888 from sei40kr/zdharma-continuum-zinit
zinit: zdharma/zinit -> zdharma-continuum/zinit
2021-11-14 11:54:41 +00:00
Seong Yong-ju 4d53964801 zinit: zdharma/zinit -> zdharma-continuum/zinit
zdharma/zinit was suddenly deleted and no longer exists now.

Make the derivation to refer a fork, zdharma-continuum/zinit.
2021-11-14 19:04:42 +09:00
R. Ryantm 916603e490 oh-my-zsh: 2021-10-27 -> 2021-11-11 2021-11-14 06:17:42 +00:00
Janne Heß f63fb1b85e
Merge pull request #143242 from Enzime/fix/git-stash-drop-completions 2021-11-06 19:07:02 +01:00
Mario Rodas f8cd75b516
Merge pull request #143463 from r-ryantm/auto-update/spaceship-prompt
spaceship-prompt: 3.14.1 -> 3.15.0
2021-11-03 06:58:38 -05:00
R. Ryantm b3e589f2bf spaceship-prompt: 3.14.1 -> 3.15.0 2021-10-28 20:18:00 +00:00
Michael Hoang 41c7806df5 zsh: fix git stash drop completions 2021-10-28 13:28:58 +11:00
R. Ryantm 3fa62e832d oh-my-zsh: 2021-10-19 -> 2021-10-27 2021-10-27 13:00:53 +00:00
R. RyanTM 6c91deb32a oh-my-zsh: 2021-10-18 -> 2021-10-19 2021-10-20 08:59:52 -04:00
André Silva 75b1127499
pure-prompt: 1.17.3 -> 1.18.0 2021-10-19 17:02:50 +01:00
figsoda cbeaf9d0e0
Merge pull request #142211 from r-ryantm/auto-update/oh-my-zsh
oh-my-zsh: 2021-10-13 -> 2021-10-18
2021-10-19 11:27:12 -04:00
R. RyanTM 847324fdb5 oh-my-zsh: 2021-10-13 -> 2021-10-18 2021-10-19 13:19:02 +00:00
Leo Maroni 536f7a8711
zsh-autocomplete: init at 21.09.22 2021-10-19 13:47:25 +02:00
R. RyanTM 2cc2677a6d oh-my-zsh: 2021-10-11 -> 2021-10-13 2021-10-14 03:02:00 +00:00
R. RyanTM 1fa11a373e oh-my-zsh: 2021-10-07 -> 2021-10-11 2021-10-12 07:36:47 -04:00
R. RyanTM e28ad86a6f oh-my-zsh: 2021-10-06 -> 2021-10-07 2021-10-08 03:41:39 +00:00
R. RyanTM 40fd8c9c24 oh-my-zsh: 2021-10-05 -> 2021-10-06 2021-10-07 09:02:51 -04:00
Tim Steinbach d852da30d7
oh-my-zsh: 2021-09-22 → 2021-10-05 2021-10-05 08:23:00 +00:00
figsoda 61b6c38caa
Merge pull request #139126 from r-ryantm/auto-update/pure-prompt
pure-prompt: 1.17.2 -> 1.17.3
2021-09-24 16:02:18 -04:00
R. RyanTM b3303102c5 oh-my-zsh: 2021-09-15 -> 2021-09-22 2021-09-23 08:04:01 -04:00
R. RyanTM 82f88110a7 pure-prompt: 1.17.2 -> 1.17.3 2021-09-23 08:39:10 +00:00
Tim Steinbach 58fc4b4a75
oh-my-zsh: 2021-09-10 → 2021-09-15 2021-09-16 09:16:58 +00:00
Bobby Rong 7b7a3c49cd
Merge pull request #137902 from r-ryantm/auto-update/pure-prompt
pure-prompt: 1.17.1 -> 1.17.2
2021-09-16 09:51:02 +08:00
R. RyanTM 313e03f4fb spaceship-prompt: 3.14.0 -> 3.14.1 2021-09-14 23:54:19 +00:00
R. RyanTM 82367d8543 pure-prompt: 1.17.1 -> 1.17.2 2021-09-14 21:17:03 +00:00