Commit Graph

1660 Commits

Author SHA1 Message Date
Pascal Bach
58c4bc989f
Merge pull request #155362 from kampka/dash-test
dash: add test
2022-01-25 22:18:30 +01:00
Daniel Gagnon
a5beb54cf0 nushell: 0.42.0 -> 0.43.0 2022-01-20 15:15:05 -05:00
Christian Kampka
ce00fa6d26
dash: add test 2022-01-17 13:37:04 +01:00
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
Bernardo Meurer
5d3c9ddee1
Merge pull request #153623 from sei40kr/zsh-history-search-multi-word
zsh-history-search-multi-word: init at unstable-2021-11-13
2022-01-09 18:18:52 +00:00
Aaron Bieber
71930ab2f4 yash: init at 2.52 2022-01-09 06:48:36 -07: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
AndersonTorres
8e601dc338 tcsh: 6.23.00 -> 6.23.02 2022-01-04 01:57:33 -03:00
cherryblossom
fae46e66a5
elvish: move test to installCheckPhase 2022-01-04 00:30:56 +11:00
cherryblossom
5773043ac1
elvish: properly set buildinfo via ldflags
As of [this commit][1] (v0.16.0), the module path of Elvish changed from
`github.com/elves/elvish` to `src.elv.sh`. This is also reflected in the
updated [packaging instructions][2].

This commit updates the `ldflags` in the derivation to use the new
module path so that `buildinfo.Reproducible` is correctly set to `true`.

[1]: 196eea21d4
[2]: https://github.com/elves/elvish/blob/master/PACKAGING.md
2022-01-03 14:09:26 +11:00
Anderson Torres
d1b49d1d02
Merge pull request #153110 from fehnomenal/elvish-correct-executable
elvish: fix building unusable executable
2022-01-02 10:37:28 -03:00
Vlad M
6b51053767
Merge pull request #153172 from r-ryantm/auto-update/nushell
nushell: 0.41.0 -> 0.42.0
2022-01-02 10:13:34 +02:00
R. Ryantm
df31f75c1a nushell: 0.41.0 -> 0.42.0 2022-01-02 07:24:35 +00:00
Andreas Fehn
54e83f150d elvish: fix building unusable executable
Two executables with conflicting names were build where the latter one
will not start the interactive shell.
2022-01-01 22:58:36 +01:00
Artturi
1a66fe1035
Merge pull request #152011 from Artturin/removebash4
bash_4: remove
2022-01-01 08:07:09 +02:00
happysalada
c923ed078c oil: 0.9.5 -> 0.9.6 2021-12-30 08:32:20 -05:00
Ben Siraphob
39a0a70d29
treewide: fix homepages with permanent redirect to https 2021-12-29 22:06:47 +07:00
Mario Rodas
30fdf8e39a
Merge pull request #151529 from r-ryantm/auto-update/elvish
elvish: 0.16.3 -> 0.17.0
2021-12-26 16:01:05 -05:00
Maximilian Bosch
77b0d2f129
Merge pull request #152085 from r-ryantm/auto-update/powershell
powershell: 7.2.0 -> 7.2.1
2021-12-25 15:01:13 +01:00
Felix Bühler
a112ff84eb
Merge pull request #149678 from Stunkymonkey/treewide-pname-version-4
treewide: use pname&version instead of name
2021-12-25 13:56:08 +01:00
R. Ryantm
0bec88c4f7 powershell: 7.2.0 -> 7.2.1 2021-12-25 11:30:29 +00:00
rembo10
c16baf2d77 fish: remove util-linux 2021-12-24 10:17:04 -08:00
Artturin
233c7e8ec5 bash_4: remove
it was brought back in for the output size but that issue has been fixed
40a6918af3
nothing in nixpkgs uses bash_4
2021-12-24 17:00:32 +02:00
Felix Buehler
b5e0221e44 treewide: use pname&version instead of name 2021-12-24 15:51:27 +01:00
Felix Buehler
989e950f48 buildDotnetPackage: rename baseName to pname 2021-12-23 22:46:35 +01:00
R. Ryantm
bb64576d36 elvish: 0.16.3 -> 0.17.0 2021-12-21 09:58:34 +00: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
Daniel Gagnon
241f4f2106 nushell: 0.40.0 -> 0.41.0 2021-12-13 18:26:11 -05:00
R. Ryantm
91d8fa7cd1 oh-my-zsh: 2021-12-07 -> 2021-12-13 2021-12-13 13:11:58 -05:00
Jörg Thalheim
437668da00
Merge pull request #149807 from r-ryantm/auto-update/oil
oil: 0.9.4 -> 0.9.5
2021-12-09 10:08:02 +00:00
R. Ryantm
8cd6d723a3 oil: 0.9.4 -> 0.9.5 2021-12-09 08:31:46 +00: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
markuskowa
4b6238b7f3
Merge pull request #144441 from r-ryantm/auto-update/loksh
loksh: 6.9 -> 7.0
2021-12-05 14:57:30 +01:00
pacien
25d88c7c6f fishPlugins.fzf-fish: 7.3 -> 7.4 2021-12-04 02:18:19 +01:00
github-actions[bot]
941a6593c8
Merge master into staging-next 2021-11-30 00:01:51 +00:00
Sandro
850faa3f51
Merge pull request #144611 from Gerschtli/add-zsh-completion 2021-11-29 21:04:09 +01:00
github-actions[bot]
017d32f216
Merge master into staging-next 2021-11-28 18:00:57 +00:00
Robert Hensing
7658c0dfc8
Merge pull request #145830 from l0b0/fix-shellcheck-lints
bash: Fix shellcheck lint
2021-11-28 13:59:31 +01:00
github-actions[bot]
9c838c8b51
Merge master into staging-next 2021-11-28 00:02:51 +00:00