Commit Graph

885 Commits

Author SHA1 Message Date
Frederik Rietdijk
6d059becd3 Merge gcc-9 into staging (#68029) 2019-12-30 16:38:38 +01:00
Robin Gloster
2157dcd141 treewide: installFlags is a list 2019-12-30 13:22:43 +01:00
Merijn Broeren
133103d709 treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Robin Gloster
53cbd1b7bf bash: *Flags are lists 2019-12-30 11:13:41 +01:00
Franz Pletz
0852b7d5bb ksh: add patch to fix darwin build 2019-12-30 03:50:35 +01:00
Tim Steinbach
124ec9c18e oh-my-zsh: 2019-12-27 -> 2019-12-29 2019-12-28 23:19:54 -05:00
Tim Steinbach
8c01abd962 oh-my-zsh: 2019-12-22 -> 2019-12-27 2019-12-26 20:10:45 -05:00
Maximilian Bosch
9842c4b107 treewide: update which packages I'm currently maintaining
Idea shamelessly stolen from 4e60b0efae.

I realized that I don't really know anymore where I'm listed as maintainer and what
I'm actually (co)-maintaining which means that I can't proactively take
care of packages I officially maintain.

As I don't have the time, energy and motivation to take care of stuff I
was interested in 1 or 2 years ago (or packaged for someone else in the
past), I decided that I make this explicit by removing myself from several
packages and adding myself in some other stuff I'm now interested in.

I've seen it several times now that people remove themselves from a
package without removing the package if it's unmaintained after that
which is why I figured that it's fine in my case as the affected pkgs
are rather low-prio and were pretty easy to maintain.
2019-12-26 15:27:47 +01:00
Franz Pletz
77b6c3cd06 Merge remote-tracking branch 'origin/master' into gcc-9 2019-12-26 14:17:36 +01:00
Tim Steinbach
e865acf44c oh-my-zsh: 2019-12-20 -> 2019-12-22 2019-12-22 20:11:22 -05:00
Tim Steinbach
e093c7503f oh-my-zsh: 2019-12-18 -> 2019-12-20 2019-12-20 11:36:44 -05:00
Renaud
3a30486bea Merge pull request #75301 from dasj19/upgrade-bash-50-p11
bash 5.0p9 -> 5.0p11
2019-12-19 22:50:36 +01:00
Mario Rodas
54d52ec0bf Merge pull request #75932 from filalex77/nushell-0.7.0
nushell: 0.6.1 -> 0.7.0
2019-12-19 10:00:39 -05:00
Oleksii Filonenko
7c7e2afc5c nushell: change --all-features to --features=stable 2019-12-19 16:26:35 +02:00
Oleksii Filonenko
297a5627af nushell: 0.6.1 -> 0.7.0 2019-12-19 11:17:23 +02:00
Tim Steinbach
52ed4751af oh-my-zsh: 2019-12-07 -> 2019-12-18 2019-12-18 11:37:42 -05:00
Daniel Șerbănescu
a3e1c455d3 Updated bash 5.0 with the latest patches. 2019-12-17 09:37:20 +01:00
Christian Kampka
c98d54a3e9 zsh-history: Add tests 2019-12-14 10:58:38 +01:00
Tim Steinbach
60512b1823 oh-my-zsh: GitHub repo moved 2019-12-12 07:38:40 -05:00
worldofpeace
d157c97b43 Merge pull request #75434 from kampka/zsh-history
zsh-history: 2019-10-07 -> 2019-12-10
2019-12-10 23:59:38 -05:00
Vladyslav M
8a5cfec1c2 oil: 0.7.pre6 -> 0.7.pre9 2019-12-10 19:28:47 -08:00
Christian Kampka
1d2e21ad1f zsh-history: 2019-10-07 -> 2019-12-10 2019-12-10 13:18:38 +01:00
Tim Steinbach
65543e5839 oh-my-zsh: 2019-12-07 -> 2019-12-07 2019-12-09 12:01:33 -05:00
Jörg Thalheim
8031617f3f bash-completion: apply musl patch unconditionally
This way we don't forget accidentally to remove the patch on the next upgrade.
2019-12-02 10:15:10 +00:00
Niklas Hambüchen
0a854379c4 bash-completion: Fix tests with musl.
Fixes test error

    self = <test_iconv.TestIconv object at 0x7ffff52f3410>
    completion = <CompletionResult []>

        @pytest.mark.complete("iconv -")
        def test_1(self, completion):
    >       assert completion
    E       assert <CompletionResult []>

    ../t/test_iconv.py:7: AssertionError

by applying upstream commit not present in a newer release.
2019-12-02 04:20:08 +01:00
Oleksii Filonenko
76c83c0ef3 nushell: 0.6.0 -> 0.6.1 2019-12-01 11:00:19 +02:00
Mario Rodas
4bd191d4c9 powershell: disable dotnet telemetry 2019-11-29 18:00:00 -05:00
Oleksii Filonenko
160a9764ae nushell: 0.5.0 -> 0.6.0 2019-11-27 08:49:59 +02:00
Oleksii Filonenko
a9cda5f14c nushell: add filalex77 to maintainers 2019-11-27 08:49:18 +02:00
Tim Steinbach
bdf74811ce oh-my-zsh: 2019-11-21 -> 2019-11-23 2019-11-25 09:14:39 -05:00
John Ericson
d0d5136cce Merge remote-tracking branch 'upstream/master' into wrapper-pname-support 2019-11-24 17:25:07 +00:00
John Ericson
9b090ccbca treewide: Get rid of most parseDrvName without breaking compat
That is because this commit should be merged to both master and
release-19.09.
2019-11-24 17:22:28 +00:00
Tim Steinbach
ab84418b10 oh-my-zsh: 2019-10-30 -> 2019-11-21 2019-11-21 19:55:38 -05:00
pasqui23
c20f765bb4 zsh-fast-syntax-highlighting: init at 1.54 (#65429) 2019-11-19 21:20:17 -05:00
R. RyanTM
96630a9e49 grml-zsh-config: 0.16.0 -> 0.16.1
(#72511)
2019-11-13 16:16:07 +01:00
Vladyslav M
1c30315488 oil: 0.7.pre5 -> 0.7.pre6 2019-11-13 11:09:48 +02:00
Mario Rodas
1933ae3973 Merge pull request #73121 from marsam/init-nushell
nushell: init at 0.5.0
2019-11-12 22:33:06 -05:00
Renaud
a6220c3384 Merge pull request #73072 from cko/missing_descriptions
treewide: add missing descriptions & homepages
2019-11-13 00:34:31 +01:00
Mario Rodas
a8942c6cbd nushell: add withAllFeatures flag
Co-authored-by: Evan Stoll <evanjs@users.noreply.github.com>
2019-11-12 04:20:00 -05:00
Oleksii Filonenko
dfb9a1e164 antibody: add filalex77 as a maintainer 2019-11-11 13:51:02 +02:00
Oleksii Filonenko
3f72f7bac2 antibody: 4.1.2 -> 4.2.0 2019-11-11 13:50:42 +02:00
Christine Koppelt
92d66a9d95 oh: add missing description & homepage 2019-11-10 07:59:05 +01:00
Mario Rodas
1024689318 nushell: init at 0.5.0 2019-11-09 04:20:00 -05:00
Franz Pletz
8dca8b9ccb Merge remote-tracking branch 'origin/master' into gcc-9 2019-11-05 01:07:22 +01:00
R. RyanTM
e834edcbdd zsh-history-substring-search: 1.0.1 -> 1.0.2 2019-11-04 11:08:40 +00:00
Franz Pletz
35dd9c7dbf ksh: 93v -> 2020.0.0 2019-11-03 00:52:53 +01:00
Maximilian Bosch
8a0fdf0011 Merge pull request #72195 from Ma27/package-fzf-zsh
fzf-zsh: init at unstable-2019-09-09
2019-10-31 23:32:02 +01:00
Tim Steinbach
8a75eaa6a0 oh-my-zsh: 2019-10-27 -> 2019-10-30 2019-10-31 10:42:54 -04:00
Maximilian Bosch
69653b4889 xonsh: 0.9.11 -> 0.9.13
https://github.com/xonsh/xonsh/releases/tag/0.9.12
https://github.com/xonsh/xonsh/releases/tag/0.9.13
2019-10-28 23:53:58 +01:00
Maximilian Bosch
bd4b70b075 fzf-zsh: init at unstable-2019-09-09
Simple `fzf` wrapper which provides a way nicer interface for ZSH's
<C-r> search. When using oh-my-zsh it can be enabled like this:

``` nix
{ pkgs, ... }: {
  programs.zsh = {
    enable = true;
    ohMyZsh = {
      enable = true;
      customPkgs = [ pkgs.fzf-zsh ];
      plugins = [ "fzf-zsh" ];
    };
  };
}
```
2019-10-28 21:55:34 +01:00