worldofpeace
09d877865e
antibody: 4.0.0 -> 4.0.2
2018-12-02 02:48:29 -05:00
Maximilian Bosch
e446261e51
nix-zsh-completions: 0.4.0 -> 0.4.1
...
Contains several bugfixes that improve the ZSH completion for nix*
commands.
For further reference: https://github.com/spwhitt/nix-zsh-completions/releases/tag/0.4.1
2018-11-26 01:13:14 +01:00
R. RyanTM
1a4bb5adc7
grml-zsh-config: 0.15.0 -> 0.15.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/grml-zsh-config/versions
2018-11-25 04:25:39 -05:00
worldofpeace
598fcb0421
powershell: 6.1.0 -> 6.1.1
...
Also fix libraries for darwin.
Closes #50966
Co-authored-by: Robin Gloster <mail@glob.in>
2018-11-24 03:56:35 +01:00
Chris Ostrouchov
d69246709f
pythonPackages.prompt_toolkit: 1.0.15 -> 2.0.7
...
Created a version to prompt_toolkit_1 for legacy ipython
2018-11-21 12:38:54 +01:00
volth
ecf1ded466
bash: fix typo in configureFlags
2018-11-21 07:58:32 +00:00
Markus Kowalewski
a6b854c9a2
dash: add licenses
2018-11-15 00:13:52 +01:00
nyanloutre
fb3d15c34c
spaceship-prompt: correct homepage url
2018-11-11 10:53:51 +01:00
Paul TREHIOU
0f21becbab
spaceship-prompt: init at 3.7.1 ( #50177 )
...
* spaceship-prompt: init at 3.7.1
* spaceship-prompt: useless zsh argument
2018-11-11 02:17:57 +01:00
Mario Rodas
edf30a24e8
xonsh: 0.6.8 -> 0.8.3
2018-11-10 23:45:51 +01:00
Tim Steinbach
072b2b86b0
oh-my-zsh: 2018-09-19 -> 2018-11-02
2018-11-07 20:04:21 -05:00
Peter Simons
bf26876a28
zsh-git-prompt: don't hard-code any particular compiler version
...
Just use whatever is the current default.
2018-11-02 20:16:56 +01:00
Jörg Thalheim
4b9c30e6e7
Merge pull request #49086 from dtzWill/update/zsh-completions
...
zsh-completions: 0.28.0 -> 0.29.0
2018-10-25 14:59:25 +01:00
Will Dietz
545131a7de
zsh-completions: 0.28.0 -> 0.29.0
2018-10-24 22:40:35 -05:00
worldofpeace
e016039f98
antibody: 3.7.0 -> 4.0.0
2018-10-24 14:12:05 -04:00
Maximilian Bosch
e8fb77a944
Merge pull request #46152 from Ma27/fix-setxkbmap-completion
...
zsh: patch `_setxkbmap` completion script
2018-10-19 14:33:04 +02:00
Tim Steinbach
e0a98c5dc0
oh-my-zsh: 2018-09-03 -> 2018-09-14
2018-10-16 16:50:46 -04:00
Yurii Rashkovskii
fd9518a532
powershell: 6.0.4 -> 6.1.0 ( #48130 )
2018-10-10 22:52:38 +02:00
Joachim F
6bfc436433
Merge pull request #46743 from haslersn/any-nix-shell-1.1.0
...
any-nix-shell: init at 1.1.0
2018-10-08 19:38:07 +00:00
worldofpeace
5c2059df22
antibody: 3.6.1 -> 3.7.0 ( #47943 )
2018-10-06 15:32:50 +02:00
zimbatm
9d49cf1808
elvish: provide the compiled version
...
Without this fix, `elvish -version` displays "unknown"
2018-10-04 16:10:47 +02:00
Maximilian Bosch
18d461533b
zsh: patch _setxkbmap
completion script
...
Instead of searching `/usr` it should search for the `xkb`,
$XDG_DATA_DIRS will be searched. With this approach we allow compliance
on NixOS and non-NixOS systems to find `symbols` in the `xkb` directory.
The patch has been accepted by upstream, but isn't released yet, so this
is mainly a temporary fix until we can bump ZSH to the next stable version.
The `xserver` module links `/share/X11/xkb` to `/run/current-system` to
make this possible.
The fix can be tested inside the following VM:
```
{
zshtest = {
programs.zsh.enable = true;
users.extraUsers.vm = {
password = "vm";
isNormalUser = true;
};
services.xserver.enable = true;
};
}
```
Fixes #46025
2018-09-20 12:54:34 +02:00
haslersn
ceb0d1a565
any-nix-shell: init at 1.1.0
2018-09-16 08:16:01 +02:00
Will Dietz
ef21db9bd3
zsh: 5.6.1 -> 5.6.2
...
From upstream's NEWS:
> Changes from 5.6.1 to 5.6.2
> ---------------------------
>
> Fix another SIGTTOU case.
>
> Fix SIGWINCH being ignored when zsh is not in the foreground.
>
> The release tarballs are now compressed using xz(1), whereas previously
> both xz(1) and gzip(1) versions were available. If this gets in your way,
> give us a shout.
>
2018-09-15 00:05:48 -05:00
Alyssa Ross
e2bdf5ea3b
zsh-history-substring-search: init at 1.0.1
2018-09-11 13:59:54 +01:00
Christoph Hrdinka
cc68ac9807
zsh: 5.6 -> 5.6.1
...
Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
2018-09-10 23:19:05 +02:00
Will Dietz
59f5a65e72
zsh: 5.5.1 -> 5.6 ( #46052 )
...
Security, see:
https://github.com/zsh-users/zsh/blob/zsh-5.6/NEWS#L7
2018-09-04 23:32:43 +02:00
Tim Steinbach
98ef33ec74
oh-my-zsh: 2018-07-29 -> 2018-09-03
2018-09-04 16:19:43 -04:00
Vladyslav M
8954c1f719
ion: broken on darwin ( #46010 )
2018-09-03 22:38:15 +02:00
John Ericson
0828e2d8c3
treewide: Remove usage of remaining redundant platform compatability stuff
...
Want to get this out of here for 18.09, so it can be deprecated
thereafter.
2018-08-30 17:20:32 -04:00
R. RyanTM
ff0c0780c7
zsh-completions: 0.27.0 -> 0.28.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
zsh-completions
2018-08-30 08:05:14 -07:00
Vladimír Čunát
ded9a4b1aa
Merge branch 'staging-next' into staging
...
Commits from master, conflict resolutions, etc.
2018-08-13 20:57:50 +02:00
Yurii Rashkovskii
e4ce866f31
powershell: 6.0.3 -> 6.0.4
2018-08-13 10:01:53 +07:00
Silvan Mosberger
8fb7ab9b32
Merge pull request #43282 from Ma27/support-external-zsh-plugins
...
nixos/ohMyZsh: allow multiple derivations in `ZSH_CUSTOM`
2018-08-12 16:47:12 +02:00
Jan Malakhovski
ef2f89b2b9
bash: make tests run, but dependency cycle
2018-08-11 09:35:34 +00:00
Maximilian Bosch
efc9511c16
lambda-mod-zsh-theme: add hooks and patch shebangs
...
This ensures that no impurity exists due to implicitly depending
on`/usr/bin/env`.
It stores the theme into `$out/share/zsh/themes` to make it possible to
find theme using `buildEnv` and remain consistent with other ZSH
extensions.
2018-08-05 23:01:18 +02:00
Maximilian Bosch
1922b43b7e
nix-zsh-completions: install nix.plugin.zsh and init.zsh as well
...
These files feature simple aliases and a nix-shell detector when using
`nix-shell --run zsh`. The package itself contains the completion scripts in
`$out/share/zsh/site-functions` (to keep it compatible with ZSH-only
setups) and the plugins in `$out/share/zsh/plugins` for oh-my-zsh.
2018-08-05 23:01:18 +02:00
worldofpeace
e91360066e
antibody: 3.5.1 -> 3.6.1 ( #44481 )
2018-08-05 21:00:55 +02:00
Tim Steinbach
8e0c0165a1
oh-my-zsh: 2018-04-25 -> 2018-07-29
2018-07-29 20:07:43 +00:00
Izorkin
264077482e
zsh-command-time: disable exec flag
2018-07-27 14:55:02 +03:00
Frederik Rietdijk
d4fb8ab296
Merge pull request #43912 from r-ryantm/auto-update/powershell
...
powershell: 6.0.2 -> 6.0.3
2018-07-22 08:44:38 +02:00
R. RyanTM
ec67dfb40a
powershell: 6.0.2 -> 6.0.3
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/powershell/versions .
2018-07-21 12:23:19 -07:00
Jörg Thalheim
f43b593b02
Merge pull request #43861 from dywedir/elvish
...
elvish: 0.11 -> 0.12
2018-07-21 16:27:37 +01:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Vladyslav Mykhailichenko
88cdecf34c
elvish: 0.11 -> 0.12
2018-07-20 22:40:58 +03:00
Izorkin
4585ff1a9a
zsh-command-time: 2017-05-09 -> 2018-04-30
2018-07-12 09:45:54 +03:00
R. RyanTM
e07ea4f383
xonsh: 0.6.7 -> 0.6.8 ( #42930 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/xonsh/versions .
These checks were done:
- built on NixOS
- Warning: no invocation of /nix/store/yp41kipqmmsjl0ldi4b16z2590shv9dp-xonsh-0.6.8/bin/xon.sh had a zero exit code or showed the expected version
- /nix/store/yp41kipqmmsjl0ldi4b16z2590shv9dp-xonsh-0.6.8/bin/.xonsh-wrapped passed the binary check.
- /nix/store/yp41kipqmmsjl0ldi4b16z2590shv9dp-xonsh-0.6.8/bin/xonsh passed the binary check.
- 2 of 3 passed binary check by having a zero exit code.
- 2 of 3 passed binary check by having the new version present in output.
- found 0.6.8 with grep in /nix/store/yp41kipqmmsjl0ldi4b16z2590shv9dp-xonsh-0.6.8
- directory tree listing: https://gist.github.com/e53ad25422aa303572f4452029cb65b3
- du listing: https://gist.github.com/0c29b7c27c01e8d34986163ba00f1615
2018-07-05 14:56:33 +02:00
Maximilian Bosch
4dfea241bc
gradle-completion: init at 1.3.1 ( #42929 )
...
This package adds completion scripts for `gradle` on the `bash` and
`zsh` shells.
The completions can be enabled like this:
```
{ pkgs, ... }:
{
environment.systemPackages = [ pkgs.gradle pkgs.gradle-completion ];
programs.zsh.enable = true;
}
```
The package stores the scripts into the expected directories in
`$out/share` to ensure that the shells can easily find their scripts.
Closes #42799
2018-07-05 00:34:28 +02:00
worldofpeace
b0f40321e4
antibody: 3.5.0 -> 3.5.1 ( #42818 )
2018-06-30 19:05:28 +02:00
Ryan Mulligan
1d54dc6841
treewide: http -> https
2018-06-29 17:18:27 -07:00
Matthew Bauer
25342cd6bd
elish: add shellPath attribute
...
Fixes #42764
2018-06-29 13:36:59 -04:00
Silvan Mosberger
57bccb3cb8
treewide: http -> https sources ( #42676 )
...
* treewide: http -> https sources
This updates the source urls of all top-level packages from http to
https where possible.
* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Vladimír Čunát
5039d6ed1f
Merge branch 'master' into staging
...
~6k rebuilds per platform (mainly haskellPackages, I think).
2018-06-20 18:17:18 +02:00
R. RyanTM
7b6755d003
xonsh: 0.6.6 -> 0.6.7
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/xonsh/versions .
These checks were done:
- built on NixOS
- Warning: no invocation of /nix/store/mb1vva59dwhq6yzqf98gkygljbzpdf37-xonsh-0.6.7/bin/xon.sh had a zero exit code or showed the expected version
- /nix/store/mb1vva59dwhq6yzqf98gkygljbzpdf37-xonsh-0.6.7/bin/.xonsh-wrapped passed the binary check.
- /nix/store/mb1vva59dwhq6yzqf98gkygljbzpdf37-xonsh-0.6.7/bin/xonsh passed the binary check.
- 2 of 3 passed binary check by having a zero exit code.
- 2 of 3 passed binary check by having the new version present in output.
- found 0.6.7 with grep in /nix/store/mb1vva59dwhq6yzqf98gkygljbzpdf37-xonsh-0.6.7
- directory tree listing: https://gist.github.com/1d8694bad62c300714d6658deedc7ec0
- du listing: https://gist.github.com/2d8baff97fce82b5ba4ded4746d954a0
2018-06-18 17:26:52 -07:00
Yegor Timoshenko
80fa195021
Merge pull request #41779 from dtzWill/update/bash-4.4p23
...
bash: 4.4p19 -> 4.4p23
2018-06-15 01:47:51 +00:00
Jörg Thalheim
e5a990a3c2
powershell: autoPatchelfHook/makeWrapper belongs to nativeBuildInputs
2018-06-13 23:08:46 +01:00
Yurii Rashkovskii
7a0b9139fa
powershell: fix the build
...
For some reason, building powershell derivation started failing with
these errors:
```
liblttng-ust.so.0 -> not found!
...
libpam.so.0 -> not found!
```
This patch adds these dependencies
2018-06-13 06:14:52 -07:00
Will Dietz
d07237ff09
bash: 4.4p19 -> 4.4p23
2018-06-10 01:15:45 -05:00
worldofpeace
84670fb9c8
antibody: 3.4.6 -> 3.5.0 ( #41746 )
2018-06-10 00:14:54 +02:00
Will Dietz
b19a03ec62
tcsh: build for darwin too!
2018-06-09 03:14:29 -05:00
Will Dietz
5b787eba25
tcsh: patch to fix w/musl
2018-06-09 02:48:36 -05:00
Jörg Thalheim
b9565143ea
Merge pull request #41702 from r-ryantm/auto-update/grml-zsh-config
...
grml-zsh-config: 0.14.3 -> 0.15.0
2018-06-08 17:02:33 +01:00
R. RyanTM
67af5ba643
grml-zsh-config: 0.14.3 -> 0.15.0
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/grml-zsh-config/versions .
These checks were done:
- built on NixOS
- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/f301ffb4e2c7eb9a9e2a03bc7291a958
- du listing: https://gist.github.com/810ea8b2fb0bfc9f2bd5eee5e90fce2a
2018-06-08 08:06:37 -07:00
R. RyanTM
d204c4aee8
xonsh: 0.6.4 -> 0.6.6
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/xonsh/versions .
These checks were done:
- built on NixOS
- Warning: no invocation of /nix/store/n2hvc59jjmqfww86pqz7w6hmr7wlklbw-xonsh-0.6.6/bin/xon.sh had a zero exit code or showed the expected version
- /nix/store/n2hvc59jjmqfww86pqz7w6hmr7wlklbw-xonsh-0.6.6/bin/.xonsh-wrapped passed the binary check.
- /nix/store/n2hvc59jjmqfww86pqz7w6hmr7wlklbw-xonsh-0.6.6/bin/xonsh passed the binary check.
- 2 of 3 passed binary check by having a zero exit code.
- 2 of 3 passed binary check by having the new version present in output.
- found 0.6.6 with grep in /nix/store/n2hvc59jjmqfww86pqz7w6hmr7wlklbw-xonsh-0.6.6
- directory tree listing: https://gist.github.com/dba795a63cf24871f010baf56dba68d0
- du listing: https://gist.github.com/afde349bcf27d995e595d895941de9de
2018-06-07 21:47:14 -07:00
Yurii Rashkovskii
7e6d315a89
PowerShell: init at 6.0.2
2018-06-04 15:12:11 -07:00
John Ericson
18742471af
Merge remote-tracking branch 'upstream/master' into staging
...
Use newer vagrant from master
2018-05-23 09:40:37 -04:00
R. RyanTM
31f76cde3e
zsh-autosuggestions: 0.4.2 -> 0.4.3 ( #40949 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/zsh-autosuggestions/versions .
These checks were done:
- built on NixOS
- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.4.3 with grep in /nix/store/dvwkp03wvr20n7yf3738hxsl9h1ab02i-zsh-autosuggestions-0.4.3
- directory tree listing: https://gist.github.com/dd361ac28a6f251b013a1fafa71c394e
- du listing: https://gist.github.com/cb334bbb9559eb43e36794d276a97db9
2018-05-23 11:54:14 +02:00
John Ericson
db4d77779c
Merge remote-tracking branch 'upstream/master' into staging
2018-05-21 20:21:48 -04:00
R. RyanTM
cdd0d9944a
dash: 0.5.10.1 -> 0.5.10.2
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/dash/versions .
These checks were done:
- built on NixOS
- /nix/store/shdckmx580jc9c283dxlnl47gfj5lykc-dash-0.5.10.2/bin/dash passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/f099316518721d966018e207da80b59f
- du listing: https://gist.github.com/943c0fa7050582ee37c58883869edf64
2018-05-21 09:17:45 +00:00
R. RyanTM
10b4de1a8d
xonsh: 0.6.3 -> 0.6.4 ( #40821 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/xonsh/versions .
These checks were done:
- built on NixOS
- Warning: no invocation of /nix/store/zdkhffpw9yfjkxi877mildima9kp7skm-xonsh-0.6.4/bin/xon.sh had a zero exit code or showed the expected version
- /nix/store/zdkhffpw9yfjkxi877mildima9kp7skm-xonsh-0.6.4/bin/.xonsh-wrapped passed the binary check.
- /nix/store/zdkhffpw9yfjkxi877mildima9kp7skm-xonsh-0.6.4/bin/xonsh passed the binary check.
- 2 of 3 passed binary check by having a zero exit code.
- 2 of 3 passed binary check by having the new version present in output.
- found 0.6.4 with grep in /nix/store/zdkhffpw9yfjkxi877mildima9kp7skm-xonsh-0.6.4
- directory tree listing: https://gist.github.com/f4e56948f12666dc9fa8965e32e1844e
- du listing: https://gist.github.com/de490af4f1967c7d07e86d7068da2c32
2018-05-20 22:35:09 +02:00
Vladimír Čunát
392e6de7d0
Merge branch 'master' into staging
2018-05-20 13:20:53 +02:00
Samuel Leathers
be5e8faafc
Merge pull request #40742 from worldofpeace/antibody
...
antibody: init at 3.4.6
2018-05-19 21:39:40 -04:00
worldofpeace
f434c71def
antibody: init at 3.4.6
2018-05-19 13:45:50 -04:00
Tuomas Tynkkynen
003473613a
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/top-level/all-packages.nix
2018-05-18 03:54:38 +03:00
R. RyanTM
00ddd6a8ae
dash: 0.5.10 -> 0.5.10.1 ( #40677 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/dash/versions .
These checks were done:
- built on NixOS
- /nix/store/xdfhswm4pr989ad5582dphj02nlhd09g-dash-0.5.10.1/bin/dash passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/c7533f80b4151e29fb67f31acbea016b
- du listing: https://gist.github.com/455f25b553fefbc281441c80772198d1
2018-05-17 23:08:28 +02:00
John Ericson
8e891e6ed4
Merge remote-tracking branch 'upstream/master' into staging
2018-05-14 10:57:33 -04:00
R. RyanTM
9346d1373b
xonsh: 0.6.1 -> 0.6.3
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/xonsh/versions .
These checks were done:
- built on NixOS
- ran ‘/nix/store/prjh0vgnnn80ba9im4j9minjivsa8bj4-xonsh-0.6.3/bin/.xonsh-wrapped -h’ got 0 exit code
- ran ‘/nix/store/prjh0vgnnn80ba9im4j9minjivsa8bj4-xonsh-0.6.3/bin/.xonsh-wrapped --help’ got 0 exit code
- ran ‘/nix/store/prjh0vgnnn80ba9im4j9minjivsa8bj4-xonsh-0.6.3/bin/.xonsh-wrapped help’ got 0 exit code
- ran ‘/nix/store/prjh0vgnnn80ba9im4j9minjivsa8bj4-xonsh-0.6.3/bin/.xonsh-wrapped -V’ and found version 0.6.3
- ran ‘/nix/store/prjh0vgnnn80ba9im4j9minjivsa8bj4-xonsh-0.6.3/bin/.xonsh-wrapped --version’ and found version 0.6.3
- ran ‘/nix/store/prjh0vgnnn80ba9im4j9minjivsa8bj4-xonsh-0.6.3/bin/xonsh -h’ got 0 exit code
- ran ‘/nix/store/prjh0vgnnn80ba9im4j9minjivsa8bj4-xonsh-0.6.3/bin/xonsh --help’ got 0 exit code
- ran ‘/nix/store/prjh0vgnnn80ba9im4j9minjivsa8bj4-xonsh-0.6.3/bin/xonsh help’ got 0 exit code
- ran ‘/nix/store/prjh0vgnnn80ba9im4j9minjivsa8bj4-xonsh-0.6.3/bin/xonsh -V’ and found version 0.6.3
- ran ‘/nix/store/prjh0vgnnn80ba9im4j9minjivsa8bj4-xonsh-0.6.3/bin/xonsh --version’ and found version 0.6.3
- found 0.6.3 with grep in /nix/store/prjh0vgnnn80ba9im4j9minjivsa8bj4-xonsh-0.6.3
- directory tree listing: https://gist.github.com/c4698aa16268961773b245a4b849a9f0
- du listing: https://gist.github.com/db7c65ccf5f4bf3c4457401c300d1862
2018-05-13 19:45:28 -07:00
Matthew Bauer
6748534d83
Merge remote-tracking branch 'upstream/master' into staging
2018-05-08 09:36:00 -05:00
R. RyanTM
95e317bf54
dash: 0.5.9.1 -> 0.5.10
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/dash/versions .
These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- directory tree listing: https://gist.github.com/ac71c74097484baeb4301fc8048b372d
2018-05-07 04:32:20 -07:00
John Ericson
cf06e42d1c
Merge remote-tracking branch 'upstream/master' into staging
2018-05-03 16:35:36 -04:00
Matthew Justin Bauer
eeb016e8f0
Merge branch 'staging' into fix-ncurses-darwin-extensions
2018-05-02 15:40:38 -05:00
Tor Hedin Brønner
f7a46b2a1d
nix-zsh-completions: 0.3.9 -> 0.4.0
...
Fix a nasty regression when completing eg. `-f`.
2018-05-02 12:45:18 +02:00
Tim Steinbach
14ebf244fe
oh-my-zsh: 2018-04-06 -> 2018-04-25
2018-04-26 08:08:53 -04:00
Jan Malakhovski
3c7f6572ce
bash: simplify expression, add withDocs
option
2018-04-25 19:50:54 +00:00
Tor Hedin Brønner
954e02f835
nix-bash-completions: 0.6.5 -> 0.6.6
2018-04-25 11:19:51 +02:00
Tor Hedin Brønner
2848b5db7d
nix-zsh-completions: 0.3.8 -> 0.3.9
2018-04-25 11:16:06 +02:00
Vladyslav Mykhailichenko
7f693c2fda
xonsh: 0.6.0 -> 0.6.1
2018-04-23 10:56:41 +03:00
Matthew Bauer
ddaea6ac77
pkgs/shells: move extensions to subdirs
...
These are not reaal shells and should go into their parent shell
directory.
2018-04-17 14:47:32 -05:00
Tim Steinbach
c69eae9a91
zsh: 5.5 -> 5.5.1
2018-04-17 12:08:38 -04:00
Matthew Justin Bauer
3bacb4f57e
Merge pull request #36580 from ryantm/auto-update/grml-zsh-config
...
grml-zsh-config: 0.14.2 -> 0.14.3
2018-04-17 10:36:42 -05:00
Tim Steinbach
cdf68596c8
oh-my-zsh: 2017-01-22 -> 2017-04-06
2018-04-14 15:53:11 -04:00
Robert Schütz
80fc5f2a24
Merge branch 'master' into staging
2018-04-10 09:13:36 +02:00
Tor Hedin Brønner
9d53bc38c1
zsh: 5.4.2 -> 5.5
2018-04-09 17:21:07 +02:00
Tuomas Tynkkynen
747ebe3f66
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/top-level/all-packages.nix
2018-04-03 02:22:54 +03:00
Tor Hedin Brønner
51c3502688
nix-bash-completions: 0.6.4 -> 0.6.5
2018-03-30 13:26:05 +02:00
Matthew Bauer
ef428ab202
treewide: cleanup procps uses
2018-03-27 18:17:37 -05:00
Ryan Mulligan
2ebf72573e
bash-completion: 2.7 -> 2.8
...
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.8 with grep in /nix/store/svgfjl0v59ff90l6h2gzbsplhbk3aqhp-bash-completion-2.8
- directory tree listing: https://gist.github.com/23a9bb8eddc5667ef5a94d69ea7ab340
2018-03-19 22:12:04 -07:00
Tuomas Tynkkynen
2fec9c6e29
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/development/tools/build-managers/conan/default.nix
2018-03-13 23:04:18 +02:00
xeji
50d3c09e67
rush: fix build
...
see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853649
2018-03-13 00:58:09 +01:00
Will Dietz
3d88d7af0f
bash: 4.4p12 -> 4.4p19
2018-03-09 13:11:07 -06:00
Ryan Mulligan
02757a6a45
grml-zsh-config: 0.14.2 -> 0.14.3
...
Semi-automatic update. These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.14.3 in filename of file in /nix/store/2z6cjbqfwc5h5rwz64c3pjd0a008yhp8-grml-zsh-config-0.14.3
2018-03-08 15:03:31 -08:00
Shea Levy
4d5be58a8f
Merge remote-tracking branch 'origin/master' into cross-nixos
2018-02-28 17:07:13 -05:00
Tuomas Tynkkynen
34f95d92a2
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/applications/misc/pytrainer/default.nix
pkgs/development/tools/pew/default.nix
pkgs/tools/misc/you-get/default.nix
2018-02-28 20:52:49 +02:00
Tor Hedin Brønner
30d5c7ce56
nix-bash-completions: 0.6.3 -> 0.6.4
...
Disables spotty nixops completion.
2018-02-28 19:01:23 +01:00
Jörg Thalheim
9fcd44c171
Merge pull request #36106 from ryantm/auto-update/zsh-autosuggestions-0.4.0-to-0.4.2
...
zsh-autosuggestions: 0.4.0 -> 0.4.2
2018-02-28 08:49:16 +00:00
Ryan Mulligan
fc3e91bf77
zsh-autosuggestions: 0.4.0 -> 0.4.2
...
Semi-automatic update. These checks were performed:
- built on NixOS
- found 0.4.2 with grep in /nix/store/pgilg1imys99x1i42dslrv4qvqkp0p4d-zsh-autosuggestions-0.4.2
- found 0.4.2 in filename of file in /nix/store/pgilg1imys99x1i42dslrv4qvqkp0p4d-zsh-autosuggestions-0.4.2
cc "@loskutov"
2018-02-27 19:26:26 -08:00
Ryan Mulligan
4e2def9fe6
mksh: 56b -> 56c
...
Semi-automatic update. These checks were performed:
- built on NixOS
- found 56c in filename of file in /nix/store/88xmgl9p82fph7d8qqzp48iqvkh688jd-mksh-56c
cc "@AndersonTorres @joachifm"
2018-02-27 06:09:21 -08:00
John Ericson
4a29081a94
Merge pull request #35071 from oxij/stdenv/infopages
...
stdenv, bash: fixing info pages and stuff
2018-02-26 18:06:11 -05:00
Jan Malakhovski
d45e39c9a9
bash, bashInteractive: install manpages for both variants
...
This mostly reverts commit bd0e161f0c
.
2018-02-26 22:46:35 +00:00
Ryan Mulligan
5e12088331
antigen: 2.2.2 -> 2.2.3
...
Semi-automatic update; builds on NixOS
2018-02-24 15:05:54 -08:00
Will Dietz
d3b59f864a
define top-level attrs for getent, getconf
...
Note that currently getent is explicitly taken from "glibc.bin",
regardless of build configuration which this preserves for now.
(on non-musl anyway)
2018-02-13 11:47:16 -06:00
Will Dietz
b42c8af907
bash: fix on musl
2018-02-13 09:44:36 -06:00
Will Dietz
172af30d8a
fish: on musl use musl-getent
2018-02-13 09:44:35 -06:00
Jörg Thalheim
a1fe3ee2f9
Merge pull request #34689 from dtzWill/fix/zsh-modern
...
zsh: set configureFlags and checkFlags at nix level, also fix cross
2018-02-09 09:29:32 +00:00
Tor Hedin Brønner
2954c6ce86
nix-zsh-completions: 0.3.7 -> 0.3.8
2018-02-08 17:13:29 +01:00
Tor Hedin Brønner
37fb8d3e11
nix-bash-completions: 0.6.2 -> 0.6.3
2018-02-08 17:09:47 +01:00
Tim Steinbach
9bc383a9f3
oh-my-zsh: 2017-12-14 -> 2018-01-22
2018-02-07 19:52:03 -05:00
Will Dietz
2b8e900403
zsh: set configureFlags and checkFlags at nix level, also fix cross
...
As-is the use of 'configureFlags="..."' breaks cross compilation
as it drops the configure platforms arguments.
Set zprofile separately to handle $out.
2018-02-06 20:14:52 -06:00
tilpner
5cf9424632
elvish: 0.10 -> 0.11
2018-01-31 23:32:49 +01:00
Tobias Geerinckx-Rice
0f84673f3d
Remove nckx as a maintainer for all packages
...
Goodbye, and thanks for all the Nix...
2018-01-16 23:00:49 +01:00
Tor Hedin Brønner
122904fee6
nix-bash-completions: 0.6.1 -> 0.6.2
2018-01-10 08:40:57 +01:00
Tor Hedin Brønner
c646114c14
nix-zsh-completions: 0.3.6 -> 0.3.7
2018-01-10 08:40:57 +01:00
Tim Steinbach
dd86923d3a
oh-my-zsh: 2017-09-24 -> 2017-12-14
2018-01-09 10:14:43 -05:00
Samuel Dionne-Riel
7b97c8c0c8
treewide: homepage+src updates (found by repology, #33263 )
2018-01-05 20:42:46 +01:00
John Ericson
4d2b763817
Merge pull request #26805 from obsidiansystems/cross-elegant
...
Make cross compilation elegant
2017-12-30 22:58:02 -05:00
John Ericson
5b74540c5b
treewide: Use depsBuildBuild
for buildPackges.stdenv.cc
2017-12-30 22:04:21 -05:00
Luke Adams
2dca67864d
fish: 2.7.0 -> 2.7.1
...
Fixes paste bracketing issue with iTerm (macOS)
2017-12-25 14:56:25 -06:00
dywedir
f1be2aea35
oil: 0.1.0 -> 0.3.0
2017-12-25 14:43:58 +02:00
Tor Hedin Brønner
f79d69113e
nix-bash-completions: lazy load aware install
...
`bash-completion` lazy loads completion scripts by looking up the command name
in the completion directory. As such we need to create a symlink for every
nix command.
The problem had been masked by nixos sourcing all completion scripts on startup.
2017-12-10 14:07:13 +00:00
Vladimír Čunát
6f5d989478
treewide: checkMeta fixes for x86_64-linux
2017-12-07 07:50:47 -05:00
Rok Garbas
5ab47ccfd1
zsh-prezto: updating "4f19700" -> "0crrj2n"
2017-12-03 14:51:36 +01:00
Tor Hedin Brønner
60d3a11251
nix-zsh-completions: 0.3.5 -> 0.3.6
2017-12-03 10:49:21 +00:00
Tor Hedin Brønner
9534764006
nix-bash-completions: 0.5 -> 0.6
2017-12-03 10:49:21 +00:00
Orivej Desh
ff7be8f807
dgsh: fix build with glibc 2.26
2017-11-28 08:39:02 +00:00
Orivej Desh
ba3a792435
fish: enable parallel building
2017-11-27 13:34:31 +00:00
adisbladis
ee933bdb1d
fish: 2.6.0 -> 2.7.0
2017-11-27 18:44:52 +08:00
Izorkin
9216f5fc56
zsh-command-time: init at 2017-05-09 ( #32083 )
2017-11-27 09:44:18 +00:00
name
5c936f1f40
antigen: 2.2.1 -> 2.2.2
2017-11-26 22:47:36 +03:00
adisbladis
167e9fbff4
xonsh: 0.5.12 -> 0.6.0
2017-11-26 18:22:12 +08:00
Tor Hedin Brønner
9a27fee60a
nix-bash-completions: 0.4 -> 0.5
...
Various improvements and bugfixes.
2017-11-21 14:05:03 +01:00
Tor Hedin Brønner
d1635a58bf
nix-zsh-completions: 0.3.3 -> 0.3.5
...
Various improvements including attribute completion when supplying a cached
url as a repo.
2017-11-21 14:01:35 +01:00
Orivej Desh
1c1455fbc5
zsh-prezto: rehash with fetchpatch
2017-11-21 02:18:05 +00:00
Joerg Thalheim
1af0254fc7
xonsh: 0.4.3 -> 0.5.12
2017-11-21 00:09:18 +00:00
Pierre Chevalier
81ea7d2dcb
zsh-powerlevel9k: init at 2017-11-10
...
To use, add this option to your configuration.nix:
`programs.zsh.promptInit = "source ${pkgs.zsh-powerlevel9k}/share/zsh-powerlevel9k/powerlevel9k.zsh-theme";`
2017-11-18 21:27:04 +00:00
Yurii Rashkovskii
edfdc1d818
fish-foreign-env: suppress additional harmless warnings
...
As per #30645 , fish with fish-foreign-env prints this
(harmless) warning:
```
set: Tried to change the read-only variable “_”
```
This patch was developed by @rnhmjoj in the aforementioned
issue discussion
2017-11-14 16:15:58 +07:00
Tor Hedin Brønner
b4d2c46e56
nix-zsh-completions: 0.3.2 -> 0.3.3
...
Some minor fixes.
2017-11-13 11:33:08 +01:00
Tor Hedin Brønner
53fbf7ee9d
nix-bash-completions: 0.2 -> 0.4
...
A bunch of fixes, and now completes attribute paths when `<nixpkgs>`
syntax as file input.
2017-11-13 11:23:12 +01:00
Tor Hedin Brønner
f8ca4db1b8
nix-bash-completions: 0.1 -> 0.2
...
Fix stray print debugging line which stopped the script from working.
2017-11-11 17:06:08 +01:00
Tor Hedin Brønner
33ab98d684
nix-bash-completions: init at 0.1
...
Bash completion for almost all nix* commands, including nix-1.12.
2017-11-11 09:02:09 +01:00
Orivej Desh
30cbba9061
Merge pull request #31390 from Ma27/fix-buildphase-expressions
...
treewide: get rid of invalid `buildPhases` argument
2017-11-11 00:04:37 +00:00
Pascal Wittmann
24e87b49b6
Change many homepage urls from http to https #30636
2017-11-10 22:13:46 +01:00
Maximilian Bosch
161e80e3fd
treewide: get rid of invalid buildPhases
argument
...
I don't know where this comes from (I accidentally did that as well
once), but some derivations seem to use `buildPhases` rather than
`phases` in their derivations.
This kills all improper usages as the lack of a `phases` argument
didn't break the build, so this can be safely removed.
2017-11-08 21:38:06 +01:00
Tor Hedin Brønner
6949cfa58e
nix-zsh-completions: 0.3.1 -> 0.3.2
...
Adds support for nix1.12 and various improvements.
2017-11-06 19:07:36 +01:00
Jörg Thalheim
3ba7fa351c
Merge pull request #31205 from mimadrid/update/zsh-syntax-highlighting-0.6.0
...
zsh-syntax-highlighting: 0.5.0 -> 0.6.0
2017-11-03 19:15:26 +00:00
mimadrid
c7db2d7df0
zsh-syntax-highlighting: 0.5.0 -> 0.6.0
2017-11-03 20:03:16 +01:00
mimadrid
ae25bd35c6
zsh-completions: 0.26.0 -> 0.27.0
2017-11-03 20:01:12 +01:00
dywedir
3983d79dc2
ion: 1.0.3 -> 1.0.5
2017-10-23 11:12:38 +03:00
Kevin Cox
5f8cf0048e
rust: update cargo builder to fetch registry dynamically
...
The biggest benefit is that we no longer have to update the registry
package. This means that just about any cargo package can be built by
nix. No longer does `cargo update` need to be feared because it will
update to packages newer then what is available in nixpkgs.
Instead of fetching the cargo registry this bundles all the source code
into a "vendor/" folder.
This also uses the new --frozen and --locked flags which is nice.
Currently cargo-vendor only provides binaries for Linux and
macOS 64-bit. This can be solved by building it for the other
architectures and uploading it somewhere (like the NixOS cache).
This also has the downside that it requires a change to everyone's deps
hash. And if the old one is used because it was cached it will fail to
build as it will attempt to use the old version. For this reason the
attribute has been renamed to `cargoSha256`.
Authors:
* Kevin Cox <kevincox@kevincox.ca>
* Jörg Thalheim <Mic92@users.noreply.github.com>
* zimbatm <zimbatm@zimbatm.com>
2017-10-23 00:30:47 +01:00
Vladimír Čunát
6525c22ef1
Merge branch 'master' into staging
...
Hydra: ?compare=1401528
2017-10-14 10:36:13 +02:00
bugworm
d89b68ed87
antigen: init at 2.2.1 ( #27266 )
...
* Added antigen
* Repaced link to releases
2017-10-10 01:39:04 +01:00
Vladimír Čunát
994036d857
Merge branch 'master' into staging
...
Hydra: ?compare=1400181
2017-10-09 11:24:35 +02:00
Dan Peebles
b426c85ce2
Get rid of most @rpath nonsense on Darwin
...
This requires some small changes in the stdenv, then working around the
weird choice LLVM made to hardcode @rpath in its install name, and then
lets us remove a ton of annoying workaround hacks in many of our Go
packages. With any luck this will mean less hackery going forward.
2017-10-08 16:13:46 -04:00
Maximilian Bosch
2ab99df2af
lambda-mod-zsh-theme: 2017-07-05 -> 2017-10-08
2017-10-08 15:56:28 +02:00
Tim Steinbach
ff5626652d
oh-my-zsh: 2017-06-22 -> 2017-09-24
2017-09-26 08:59:08 -04:00
Diego Zamboni
8b8a2fd542
elvish: 0.9 -> 0.10; fix darwin build ( #29587 )
...
* First attempt at making elvish compile on darwin
* Fixed cyclic dependency on darwin
This fixes the "cycle detected in the references of" error when building
on darwin. The fix is based on the solution in issue #18131 .
* Use version 0.10 and not 0.10.1, which is not officially released yet
2017-09-21 12:20:37 +01:00
Linus Heckemann
6988537835
oil: 0.0.0 -> 0.1.0
2017-09-21 09:24:22 +01:00
Ignat Loskutov
9280937cd4
grml-zsh-config: generalize support to unix systems
2017-09-01 11:38:38 +03:00
Jörg Thalheim
95d9a6c0aa
Merge pull request #28779 from vyp/deer
...
deer: init at 1.4
2017-08-31 07:06:57 +01:00
Jörg Thalheim
6d988e5e56
deer: simpler perl patch
2017-08-31 07:05:18 +01:00
xd1le
6b05ff00e9
deer: init at 1.4
...
I wrote the patch. Unfortunately it's Nix specific because upstream
rejected it because Ubuntu Trusty's version of realpath doesn't seem to
have the `--relative-to` option. (Upstream used to use realpath before).
But for Nix, our version of realpath is recent enough. Also, upstream
will probably use realpath again anyway in May 2019 when Ubuntu Trusty
becomes unsupported, so this patch should probably be used.
2017-08-31 12:33:12 +10:00
Tim Steinbach
77e05e2c13
zsh: 5.4.1 -> 5.4.2
2017-08-29 17:54:11 -04:00
Joachim Fasting
5c730085f7
mksh: 55 -> 56b
2017-08-29 21:25:13 +02:00
Frederik Rietdijk
6bbc3a0b24
Merge commit '3b29468313bc8604fe8f85c8d9316fd276d3985c' into HEAD
2017-08-21 04:44:40 +02:00
Klaas van Schelven
3c65062a43
bash: cleanup unused file
...
The only usage location was removed in f803270b7e
Grepping for bash-4.3 yields no results
2017-08-18 12:36:30 +03:00
Vladimír Čunát
34946256a0
Merge #27424 : stdenv: Don't put man pages into $doc
2017-08-13 19:32:51 +02:00
Jörg Thalheim
1c0e404f72
Merge pull request #28197 from mimadrid/update/zsh-5.4.1
...
zsh: 5.3.1 -> 5.4.1
2017-08-12 17:08:21 +01:00
mimadrid
7eca5a7388
zsh: 5.3.1 -> 5.4.1
2017-08-12 17:03:31 +02:00
Jörg Thalheim
e0e6f46cd8
Merge pull request #27971 from Profpatsch/fish-config-fix
...
Fish config fix
2017-08-12 09:35:10 +01:00
Tuomas Tynkkynen
bd0e161f0c
bashInteractive: Fix manpages since previous commits
2017-08-11 21:32:55 +03:00
Tuomas Tynkkynen
1ff422aa23
treewide: Add man & info outputs where necessary (instead of doc)
...
Because man & info pages won't be going to $doc after the next commit.
Scripted change for the files having one-package-per-file.
2017-08-11 21:32:54 +03:00
Linus Heckemann
434d3700d3
oil: init at 0.0.0
2017-08-06 18:17:00 +01:00
Roman Volosatovs
2700b62168
grml-zsh-config: 0.12.4 -> 0.14.2 ( #27961 )
...
* grml-zsh-config: 0.12.4 -> 0.14.2
* grml-zsh-config: fix typo
2017-08-06 14:58:38 +01:00
Profpatsch
46eb0e2cd1
fish: add fish_config tests
...
Checks whether the fish_config script does run.
Cannot check running the web server though (since that requires a port).
2017-08-05 22:31:18 +02:00
Profpatsch
b7290a283a
fish: fix the fish_config tool
...
It requires a python interpreter to work.
2017-08-05 22:14:24 +02:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
2017-08-01 22:03:30 +02:00
Franz Pletz
8a08ee81ab
zsh-completions: 0.25.0 -> 0.26.0
2017-08-01 08:36:34 +02:00
Robert Helgesson
d00e53dc1a
bash-completion: 2.5 -> 2.7
2017-07-19 23:58:53 +02:00
Joachim Fasting
b9e404def4
dash: 0.5.8 -> 0.5.9.1
...
Contains mostly fixes as far as I can tell.
2017-07-13 23:03:40 +02:00
Ole Jørgen Brønner
22aebcf1e1
nix-zsh-completions: add missing version to derivation name
2017-07-10 07:03:07 +02:00
Ole Jørgen Brønner
6ab8d34989
nix-zsh-completions: 0.3 -> 0.3.1
2017-07-10 07:03:07 +02:00
dywedir
3483c09f59
ion: init at 1.0.3
2017-07-09 03:23:53 +03:00
rnhmjoj
cca61e0371
fish-foreign-env: hide warnings when setting PATH
2017-07-08 04:27:18 +02:00
Jörg Thalheim
c7739191da
Merge pull request #27158 from tjikini/elvish
...
elvish: 0.5 -> 0.9
2017-07-07 09:52:18 +01:00
Jörg Thalheim
9728c26d28
elvish: remove unnecessary deps.nix
...
fully vendorized now
2017-07-07 09:50:05 +01:00
Maximilian Bosch
bcdfbad836
lambda-mod-zsh-theme: 2017-05-21 -> 2017-07-05
2017-07-06 07:04:13 +02:00
tjikini
eca3e8cc4b
elvish: 0.5 -> 0.9
2017-07-05 23:37:11 +03:00
Vladimír Čunát
d1a89ae9d7
Merge branch 'master' into staging
2017-07-03 09:48:58 +02:00
Tim Steinbach
36f52e5ea0
oh-my-zsh: 2017-05-03 -> 2017-06-22
2017-06-30 13:56:31 -04:00
David McFarland
af165175da
bash: fix cygwin build
2017-06-26 09:33:03 -03:00
Jörg Thalheim
8810a69adb
Merge pull request #26778 from therealpxc/fish
...
fish: 2.5.0 -> 2.6.0
2017-06-24 12:00:20 +01:00
Patrick Callahan
e620135a87
fish: 2.5.0 -> 2.6.0
2017-06-22 21:09:15 -07:00
John Ericson
f75ad79375
bash: Modernize derivation, hopefully fixing cross compilation
2017-06-22 17:53:53 -04:00
Will Dietz
7eaa7adf4e
rssh: don't set special bits
2017-06-16 07:31:21 -05:00
Robin Gloster
39e6ad6799
zsh-syntax-highlighting: 0.4.1 -> 0.5.0
2017-05-23 12:18:05 +02:00
Robin Gloster
d50c716162
zsh-completions: 0.18.0 -> 0.25.0
2017-05-23 12:18:05 +02:00
Robin Gloster
ca2f31a56c
zsh-autosuggestions: 0.3.3 -> 0.4.0
2017-05-23 12:18:05 +02:00
Jörg Thalheim
7e40287d00
Merge pull request #25835 from therealpxc/fish
...
Fish: source NixOS environment on non-login shells + source shell init on NixOS even when parent shell has done so
2017-05-22 07:08:30 +01:00
Maximilian Bosch
de8a30b9e7
lambda-mod-zsh-theme: 2017-04-05 -> 2017-05-21
2017-05-21 14:14:34 +02:00
Patrick Callahan
3f91e0dbae
fish: source NixOS environment on non-login shells, when it hasn't been
...
sourced
(this fixes issue #25789 :
https://github.com/NixOS/nixpkgs/issues/25789#issuecomment-301577290 and
the issue with git-annex mentioned here
https://github.com/NixOS/nixpkgs/pull/24314#issuecomment-301587124 )
2017-05-19 21:00:24 -07:00
Tim Steinbach
4bca428d87
oh-my-zsh: 2017-03-30 -> 2017-05-03
2017-05-16 20:45:02 -04:00
Patrick Callahan
3f6d21bafc
fish: resolve NixOS-related initialization problems
2017-05-10 10:16:10 +01:00
Patrick Callahan
0054865f7e
fish-foreign-env: git-20151223 -> git-20170324
2017-05-10 10:15:51 +01:00
Jörg Thalheim
f4dd7f9a3b
Merge pull request #25515 from league/zsh-git-prompt
...
zsh-git-prompt: Init at 0.5
2017-05-09 08:54:41 +01:00
Christopher League
7c185d4af9
zsh-git-prompt: Init at 0.5
...
This is a plugin of sorts for your `.zshrc` that can add status
information about the current git repository to your prompt. By
default it uses a python script and is thus easy on the dependencies
and not really worth packaging. But there's also a Haskell
implementation. I set it up sometime back, but then it died when the
libgmp version it was compiled with disappeared in a garbage
collection. So I decided that the Haskell version of zsh-git-prompt
might be worth packaging after all.
2017-05-07 21:09:15 -04:00
Jörg Thalheim
aad7c7ce88
lambda-mod-zsh-theme: add unstable infix
2017-05-07 07:57:50 +01:00
Maximilian Bosch
1401b13206
lambda-mod-zsh-theme: 2015-12-15 -> 2017-04-05
...
fixes #25492
2017-05-07 07:55:15 +01:00
Tuomas Tynkkynen
7194179854
bash: Remove unnecessary 'Makefile.inc' that is keeping reference to bootstrap-tools
...
The file is an example makefile for developing bash plugins, and
contains stuff like:
````
example: example.o
$(SHOBJ_LD) $(SHOBJ_LDFLAGS) $(SHOBJ_XLDFLAGS) -o $@ example.o $(SHOBJ_LIBS)
````
So no package is really going to depend on that, and it's making the
.dev output keep a reference to the bootstrap tools. Just nuke it.
2017-04-26 13:19:51 +03:00
DrawnWren
176ca2aac8
oh-my-zsh: changed example command
...
Fixed a typo in the example command. oh-my-zsh-git -> oh-my-zsh
2017-04-23 23:59:41 +00:00
Joachim Fasting
2993d37ebc
mksh: 52c -> 55
2017-04-23 11:01:02 +02:00
Joachim Fasting
eddf3fa309
mksh: simplify expression somewhat
...
Also add myself to maintainers.
2017-04-23 11:00:57 +02:00
Benno Fünfstück
1db5cf49d3
Merge pull request #24479 from Ma27/init/lambda-mod-zsh-theme
...
lambda-mod-zsh-theme: init at eceee68cf46bba9f7f42887c2128b48e8861e31b
2017-04-22 00:10:14 +02:00
Peter Simons
4e307b644a
Merge pull request #24760 from matthewbauer/linux-only-pkgs
...
Mark linux-only pkgs
2017-04-09 14:18:10 +02:00
Maximilian Bosch
3260d8cd70
lambda-mod-zsh-theme: refactor install behavior to use themes
dir
...
Now it's possible to set the path of this derivation as `ZSH_CUSTOM` in
the zsh configuration, so it's possible to use the theme directly from
the store path.
see https://github.com/robbyrussell/oh-my-zsh/wiki/Customization#overriding-and-adding-themes
2017-04-09 13:51:16 +02:00
Maximilian Bosch
cd56c3334e
lambda-mod-zsh-theme: fix broken maintainers
expression
2017-04-09 13:50:18 +02:00
Maximilian Bosch
ea5ff16bb0
lambda-mod-zsh-theme: refactor to use fetchFromGitHub
for source retrieval
2017-04-09 13:50:18 +02:00
Maximilian Bosch
74c14f8b28
lambda-mod-zsh-theme: remove unnecessary rec
declaration
2017-04-09 13:50:17 +02:00
Maximilian Bosch
2380e96327
lambda-mod-zsh-theme: init at eceee68cf46bba9f7f42887c2128b48e8861e31b
2017-04-09 13:50:17 +02:00
Matthew Bauer
4db3b90314
rssh: make linux-only
2017-04-08 23:34:53 -05:00
Tim Steinbach
e872abe872
oh-my-zsh: 2017-02-27 -> 2017-03-30
2017-03-31 09:22:00 -04:00
Eelco Dolstra
48bc3cf9f4
bash: 4.4p5 -> 4.4p12
2017-03-20 16:47:13 +01:00
Tim Steinbach
e54104ab11
Merge pull request #23875 from NeQuissimus/oh-my-zsh_2017-02-27
...
oh-my-zsh: 2017-02-20 -> 2017-02-27
2017-03-13 20:07:59 -04:00
Tim Steinbach
435b8ed1fc
oh-my-zsh: 2017-02-20 -> 2017-02-27
2017-03-13 20:07:14 -04:00
Tuomas Tynkkynen
dff0ba38a2
bash: Set bash_cv_getcwd_malloc=yes when cross compiling
...
Because if you don't, the configure script assumes that your getcwd()
function is broken. Which then makes bash use it's own getcwd()
implementation, which doesn't work if the path to the current directory
contains bind mounts in its paths. This shows up as:
shell-init: error retrieving current directory: getcwd: cannot access parent directories: Bad file descriptor
... and fails the aarch64 glibc build with sandboxes enabled.
Sigh.
2017-03-14 00:33:29 +02:00
Tim Steinbach
61666724a6
oh-my-zsh: 2017-01-15 -> 2017-02-20
2017-02-21 19:07:59 -05:00
Rahul Gopinath
7901a7a65f
dgsh-unstable: Init at 2017-02-05 ( #22657 )
...
Dgsh is the directed graph shell
2017-02-18 14:25:49 +01:00
Rahul Gopinath
939c846ae7
elvish: 0.1 -> 0.5
2017-02-12 21:37:53 +01:00
Nick Novitski
9c4653cf46
bash-completion: call readlink without errors on Darwin
2017-02-11 09:42:12 +13:00
Robert Helgesson
04bd77fa47
bash-completion: 2.4 -> 2.5
2017-02-06 21:59:10 +01:00
rnhmjoj
b0f1881440
fish: 2.3.1 -> 2.5.0
2017-02-04 20:58:55 +01:00
Thomas Tuegel
a2e1aecc0c
es: add ttuegel to maintainers
2017-01-31 07:54:36 -06:00
Thomas Tuegel
ace284ee95
es: git-2015-04-11 -> 0.9.1
2017-01-31 07:54:02 -06:00
Franz Pletz
e2b14abbe0
tcsh: 6.19.00 -> 6.20.00
2017-01-26 03:52:49 +01:00
Tim Steinbach
9988dae489
oh-my-zsh: 2016-12-16 -> 2017-01-15
2017-01-17 17:55:40 -05:00
Krzysztof Janosz
381aaebe3e
oh-my-zsh: add share dir to pathsToLink
2017-01-17 21:35:56 +01:00
Yacine Hmito
f88e2fb5f1
zsh-autosuggestions: init at 0.3.3 ( #21792 )
...
Added a related `programs.zsh.enableAutosuggestions` option
2017-01-11 07:00:48 +01:00
Vladimír Čunát
f803270b7e
bash: switch the default 4.3 -> 4.4
...
... and remove the now-unused 4.3 expression.
2017-01-05 01:07:36 +01:00
Vladimír Čunát
57fc4d21b7
bash-4.4: p0 -> p5 + a security patch from Gentoo
2017-01-05 01:01:02 +01:00
Vladimír Čunát
22796f0d4f
bash-4.3: fix security problems via a Gentoo patch
2017-01-05 00:00:24 +01:00
Daiderd Jordan
f04783876c
bash-4.3-p46 -> bash-4.3-p48
2017-01-04 22:37:07 +01:00
Pascal Wittmann
2cfe735d1a
zsh: 5.3 -> 5.3.1
2016-12-21 21:21:59 +01:00
Ole Jørgen Brønner
52a220aaa0
nix-zsh-completions: 0.2 -> 0.3
2016-12-21 11:59:14 +01:00
Tim Steinbach
3cf9b58003
oh-my-zsh: 2016-11-16 -> 2016-12-14
2016-12-17 15:32:48 -05:00
Tim Steinbach
788417e607
zsh: 5.2 -> 5.3
2016-12-12 17:48:18 -05:00
Marius Bergmann
d2523a4f3d
rssh: Make rssh a valid shell
...
The rssh package did not have the 'shellPath' attribute, so it could not
be used as the default shell for a nixos user. I fixed this by adding
the attribute.
2016-12-01 14:48:47 +01:00
Tim Steinbach
91677169ab
oh-my-zsh: 2016-11-03 -> 2016-11-16
2016-11-19 20:57:54 -05:00
Vladimír Čunát
8b565d6478
Merge #20081 : update alsa lib, plugins and utils
2016-11-17 11:26:00 +01:00
Lancelot SIX
39297fa36b
rush: 1.7 -> 1.8 ( #20424 )
2016-11-15 13:33:56 +00:00
Tim Steinbach
6a7e6cdd66
oh-my-zsh: 2016-10-25 -> 2016-11-03
2016-11-09 19:57:32 -05:00
Tim Steinbach
4c9d8538dd
oh-my-zsh: 2016-10-08 -> 2016-10-25
2016-10-25 14:29:36 -04:00
Tim Steinbach
276086c540
oh-my-zsh: 2016-09-24 -> 2016-10-08
2016-10-08 18:32:37 -04:00
Graham Christensen
822d484b68
oh-my-zsh: Fix oh-my-zsh's loading of ~/.oh-my-zsh
2016-10-07 17:18:17 -04:00
Thomas Tuegel
2e255a2edd
Merge branch 'staging'
2016-10-06 09:51:02 -05:00
Jörg Thalheim
2d84b44918
Merge pull request #19259 from periklis/topic_zsh-syntax-highlighting
...
zsh-syntax-highlighting: enable build for darwin
2016-10-06 09:58:02 +02:00
Vladimír Čunát
30f551d8b2
Merge branch 'master' into staging
2016-10-05 19:02:48 +02:00
Periklis Tsirakidis
c55937fab4
zsh-syntax-highlighting: enable build for darwin
2016-10-05 16:43:53 +02:00
Markus Hauck
aafbd40577
Replace hard coded /bin/bash occurrences
2016-10-04 20:15:37 +02:00
Jörg Thalheim
888f6a1280
Merge pull request #19199 from wizeman/u/fix-help2man-hash
...
help2man: fix hash
2016-10-03 19:26:44 +02:00
Ignat Loskutov
9f34b5595e
zsh-syntax-highlighting: init at 0.4.1
...
fixes #19179
2016-10-03 17:49:04 +02:00
Eelco Dolstra
518340624d
Merge remote-tracking branch 'origin/master' into staging
2016-09-29 13:06:14 +02:00
Robert Helgesson
dbe350f5d0
bash-completion: 2.1 -> 2.4
2016-09-28 17:45:45 +02:00
Vladimír Čunát
77604964b6
Merge branch 'master' into staging
2016-09-28 17:13:59 +02:00
Tim Steinbach
e10d6cad6d
oh-my-zsh: 2016-08-01 -> 2016-09-24
2016-09-27 08:19:25 -04:00
Vladimír Čunát
f37566d396
bash 4.4: split headers into .dev
2016-09-17 10:51:32 +02:00
Vladimír Čunát
40a6918af3
bash: bring back 4.3 for the non-interactive version
...
... until someone looks better at the outputs. The size has grown in 4.4,
and it seems like installing binary plugins, headers, etc.
2016-09-17 10:49:28 +02:00
Vladimír Čunát
bbadb1da2a
readline70: init at 7.0p0
...
Also switch bash-4.4 to it, as it's unable to link with older readline
versions (only bashInteractive is affected).
2016-09-17 01:16:24 +02:00
Vladimír Čunát
02163da708
bash: fixup the patch-list paths
2016-09-17 00:43:13 +02:00
Matthias Beyer
3689be00d8
Add bash-4.4-patches.nix
2016-09-16 22:06:55 +02:00
Matthias Beyer
4a674282e5
bash: 4.3 -> 4.4
2016-09-16 22:05:18 +02:00
Kamil Chmielewski
914e0e594c
buildGoPackage: deps.json -> deps.nix in NIXON
...
https://github.com/NixOS/nixpkgs/pull/17254#issuecomment-245295541
* update docs to describe `deps.nix`
* include goDeps in nix-shell GOPATH
* NixOS 16.09 rel notes about replacing goPackages
2016-09-16 00:04:55 +01:00
obadz
3de6e5be50
Merge branch 'master' into staging
...
Conflicts:
pkgs/applications/misc/navit/default.nix
pkgs/applications/networking/mailreaders/alpine/default.nix
pkgs/applications/networking/mailreaders/realpine/default.nix
pkgs/development/compilers/ghc/head.nix
pkgs/development/libraries/openssl/default.nix
pkgs/games/liquidwar/default.nix
pkgs/games/spring/springlobby.nix
pkgs/os-specific/linux/kernel/perf.nix
pkgs/servers/sip/freeswitch/default.nix
pkgs/tools/archivers/cromfs/default.nix
pkgs/tools/graphics/plotutils/default.nix
2016-08-27 23:54:54 +01:00
Joachim F
c30792ed43
Merge pull request #17947 from RamKromberg/init/rc
...
rc: init at 1.7.4
2016-08-26 18:34:32 +02:00
Franz Pletz
098680e78e
Revert "Revert "bash: 4.3-p42 -> 4.3-p46""
...
This reverts commit 36e75a2285
.
Sorry, had bash reverted temporarily to test the build of the
sqlite bump and forgot to remove that commit.
2016-08-26 17:08:58 +02:00
Franz Pletz
36e75a2285
Revert "bash: 4.3-p42 -> 4.3-p46"
...
This reverts commit e39a3237e6
.
2016-08-26 17:06:45 +02:00
Eelco Dolstra
e39a3237e6
bash: 4.3-p42 -> 4.3-p46
2016-08-26 16:36:07 +02:00
Ram Kromberg
4c72c81e08
rc: init at 1.7.4
2016-08-26 16:24:43 +03:00
Michael Raskin
693be25cc3
tcsh: take patch from Debian and edit it to fix handling of glibc-2.24 union wait removal
2016-08-26 14:59:39 +02:00
Franz Pletz
bd4490e277
Merge branch 'master' into hardened-stdenv
2016-08-13 16:59:55 +02:00
Robin Gloster
b7787d932e
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-08-12 09:46:53 +00:00
Kamil Chmielewski
da3ddd48e4
buildGoPackage: remove Go deps file libs.json
...
After #16017 there were a lot
of comments saying that `nix` would be better than `JSON`
for Go packages dependency sets.
As said in https://github.com/NixOS/nixpkgs/pull/16017#issuecomment-229624046
> Because of the content-addressable store, if two programs have the
> same dependency it will already result in the same derivation in
> the
> store. Git also has compression in the pack files so it won't make
> much difference to duplicate the dependencies on disk. And finally
> most users will just use the binary builds so it won't make any
> differences to them.
This PR removes `libs.json` file and puts all package dependencies in
theirs `deps.json`.
2016-08-11 23:07:09 +02:00
Tim Steinbach
43fd03a6df
oh-my-zsh: 2016-07-15 -> 2016-08-01
2016-08-05 09:53:48 -04:00
Robin Gloster
1b979d8384
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-08-03 13:34:44 +00:00
Tuomas Tynkkynen
16d48b8280
Re-enable bunch of packages on Darwin
...
Prior to 1bf5ded193
these contained
`hydraPlatforms = platforms.linux`, which was apparently misleading.
2016-08-03 00:55:42 +03:00
Tuomas Tynkkynen
21f17d69f6
treewide: Add lots of meta.platforms
...
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Tuomas Tynkkynen
1bf5ded193
treewide: Lots of meta.hydraPlatforms -> meta.platforms
...
In all of these files, there is no meta.platforms but only
meta.hydraPlatforms, which doesn't seem to have any purpose except being
inconsistent.
2016-08-02 21:17:44 +03:00
Robin Gloster
63c7b4f9a7
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-07-31 20:51:34 +00:00
Rahul Gopinath
fbf85ce15a
pash: 2015-11-06 -> 2016-07-06
2016-07-28 17:16:37 -07:00
Robin Gloster
1f04b4a566
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-07-21 00:56:43 +00:00
Rok Garbas
d9871f52b4
xonsh: 0.4.1 -> 0.4.3
2016-07-21 01:01:57 +02:00
Robin Gloster
203846b9de
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-07-19 10:37:02 +00:00
Tim Steinbach
1e510fd87c
oh-my-zsh: 2016-07-05 -> 2016-07-15
2016-07-18 10:55:02 -04:00
Robin Gloster
5185bc1773
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-07-15 14:41:01 +00:00
Tim Steinbach
71ad2ed226
oh-my-zsh: 2016-06-18 -> 2016-07-05 ( #16874 )
2016-07-12 09:55:17 +02:00
Louis Taylor
5ee480bce5
fish: 2.3.0 -> 2.3.1
2016-07-11 05:43:47 +01:00
Joachim Fasting
3ac882ad44
Merge pull request #16589 from vrthra/elvish
...
elvish: disable darwin
2016-07-02 15:35:49 +02:00
Rahul Gopinath
8c7a32a670
elvish: disable darwin
2016-06-28 21:13:33 -07:00
Ole Jørgen Brønner
08f0ce1d0a
zsh-completions: init at version 0.18.0 ( #16512 )
...
"This projects aims at gathering/developing new completion scripts that
are not available in Zsh yet. The scripts are meant to be contributed to
the Zsh project when stable enough."
2016-06-27 00:39:18 +02:00
Rahul Gopinath
ae3d492924
xonsh: Add XONSH_INTERACTIVE and remove replay test
2016-06-25 17:50:27 -07:00
Rahul Gopinath
f3fc9f1eb0
xonsh: 0.3.4 -> 0.4.1
...
* Disable windows tests that get erroneously executed
2016-06-25 09:27:18 -07:00
Arseniy Seroka
045cd10e77
Merge pull request #16329 from vrthra/elvish
...
elvish: init at 0.1
2016-06-25 13:40:47 +03:00
Michael Raskin
b3bcb59bd5
tcsh: import an Arch patch (merging the two patches into a single one) for fixing gcc5 optimisation
2016-06-23 11:01:21 +02:00
Michael Raskin
b300a8937e
Merge pull request #14583 from AndersonTorres/tcsh
...
tcsh: 6.18.01 -> 6.19.00
2016-06-23 08:47:20 +00:00
Rahul Gopinath
293d23abb4
elvish: init at 0.1
...
A novel unix shell written in go language.
2016-06-21 00:04:54 -07:00
Ricardo Ardissone
b81f3e4682
pythonPackages.prompt_toolkit: move pygments to propagatedBuildInputs
2016-06-20 13:41:05 +02:00
Ricardo Ardissone
5d80a0244b
xonsh: 0.3.2 -> 0.3.4
2016-06-20 13:41:05 +02:00
Joachim Fasting
b3832e6288
Merge pull request #16339 from NeQuissimus/ohmyzsh20160618
...
oh-my-zsh: 2016-04-20 -> 2016-06-18
2016-06-20 03:54:10 +02:00
Tim Steinbach
b2faec8adc
oh-my-zsh: 2016-04-20 -> 2016-06-18
2016-06-19 14:19:23 +00:00
zimbatm
7e578dc334
zsh: add shellPath passthru
2016-06-12 18:57:31 +01:00
zimbatm
a9f42f633b
xonsh: add shellPath passthru
2016-06-12 18:57:31 +01:00
zimbatm
53060e5bb8
tcsh: add shellPath passthru
2016-06-12 18:57:31 +01:00
zimbatm
2e22de1f58
rush: add shellPath passthru
2016-06-12 18:57:30 +01:00
zimbatm
27ef2eb695
pash: add shellPath passthru
2016-06-12 18:57:30 +01:00
zimbatm
7fcd50da4f
mksh: add shellPath passthru
2016-06-12 18:57:30 +01:00
zimbatm
b482036cbb
fish: add shellPath passthru
2016-06-12 18:57:29 +01:00
zimbatm
68865f51ef
es: add shellPath passthru
2016-06-12 18:57:29 +01:00
zimbatm
b5dad466d5
dash: add shellPath passthru
2016-06-12 18:57:29 +01:00
Kjetil Orbekk
3d7c8bd179
fish: fix completion from NIX_PROFILES
...
Load NIX_PROFILES at shell startup, not at build time.
This one was missed in #16039 .
2016-06-12 01:16:35 -04:00
Robin Gloster
8031cba2ab
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-06-10 09:27:04 +00:00
Kamil Chmielewski
7eb671ebcd
no more goPackages
2016-06-09 13:08:00 +02:00
Kamil Chmielewski
c7bf8afbfc
oh: extracted from goPackages
2016-06-09 11:21:30 +02:00
Kjetil Orbekk
027ca71156
fish: fix completions
...
Completion was broken because some variables were resolved at
installation time instead of being added to the script.
Closes #16039 .
2016-06-07 14:38:54 +02:00
Rok Garbas
66c73b3f36
xonsh: 0.2.7 -> 0.3.2
...
* pythonPackages.prompt_toolkit make it build for py35
2016-06-04 18:05:12 +02:00
Tuomas Tynkkynen
bac26e08db
Fix lots of fetchgit hashes (fallout from #15469 )
2016-06-03 17:17:08 +03:00
Robin Gloster
2d382f3d98
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-05-30 19:39:34 +00:00
rnhmjoj
17ec9368cd
fish: 2.2.0 -> 2.3.0
2016-05-26 00:10:22 +02:00
Vladimír Čunát
3472b61f37
fish: use a different alias man_db -> man-db
2016-05-24 10:07:29 +02:00
Franz Pletz
f8d481754c
Merge remote-tracking branch 'origin/master' into hardened-stdenv
2016-05-18 17:10:02 +02:00
Rok Garbas
76222c10d5
zsh-prezto: update to latest and fetch submodules
2016-05-17 01:56:35 +02:00
Peter Simons
8e462995ba
Bring my stdenv.lib.maintainers user name in line with my github nick.
2016-05-16 22:49:55 +02:00
Alexei Robyn
0cebbc92f0
rssh: init at 2.3.4
2016-05-16 12:02:14 +10:00
Rok Garbas
770017d610
zsh-prezto: init at revision 7227c4f0b
2016-05-15 05:05:05 +02:00
Vladimír Čunát
6c2fbfbd77
Merge branch 'master' into staging
2016-05-12 04:53:38 +02:00
Ricardo Ardissone
5009d53d9a
xonsh: 0.1.3 -> 0.2.7
2016-05-11 13:19:58 -03:00
Tuomas Tynkkynen
aadaa91379
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/applications/networking/browsers/vivaldi/default.nix
pkgs/misc/emulators/wine/base.nix
2016-05-03 23:12:48 +03:00
Robin Gloster
c92bca56f8
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-05-02 22:58:02 +00:00
Tim Steinbach
e05ef5f94b
oh-my-zsh: 2016-04-06 -> 2016-04-20
2016-04-30 01:43:31 +00:00
Tuomas Tynkkynen
4ff8f377af
Merge remote-tracking branch 'upstream/master' into staging
2016-04-28 00:13:53 +03:00
Eric Seidel
7e92ae903e
fish: only use kbd on linux
2016-04-25 09:13:06 -07:00
Vladimír Čunát
c7377b0e4a
zlib, bash: mass-rebuild cleanup
2016-04-25 17:12:49 +02:00
Tuomas Tynkkynen
cfdef68ad2
fish: Reference correct output of glibc
2016-04-18 21:32:43 +03:00
Robin Gloster
d020caa5b2
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-04-18 13:49:22 +00:00
AndersonTorres
974cbde58e
tcsh: 6.18.01 -> 6.19.00
2016-04-10 20:40:26 -03:00
Vladimír Čunát
30f14243c3
Merge branch 'master' into closure-size
...
Comparison to master evaluations on Hydra:
- 1255515 for nixos
- 1255502 for nixpkgs
2016-04-10 11:17:52 +02:00
Tuomas Tynkkynen
03c6434756
Merge pull request #14526 from Profpatsch/fish-completions
...
fish: pick up completion files from other packages
2016-04-09 20:08:46 +03:00
Profpatsch
a011083cda
fish: pick up completion files from other packages
...
Some packages bring their own completions in
/share/fish/vendor_completions.d. Now they are picked up by fish from
every path in NIX_PROFILES.
2016-04-09 00:08:48 +02:00
Robin Gloster
3e68106afd
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-04-07 21:52:26 +00:00
Tim Steinbach
0d8b694a10
oh-my-zsh: 2016-03-31 -> 2016-04-06
2016-04-07 08:33:17 -04:00
Robin Gloster
812e25c86b
mksh: disable format hardening
2016-04-06 09:12:20 +00:00
Robin Gloster
696d85a62d
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-04-03 11:01:57 +00:00
joachifm
e4874acae6
Merge pull request #14343 from mayflower/upstream-zsh-zprofile
...
zsh: fix configureFlags #14256
2016-04-01 14:44:38 +00:00
Tim Steinbach
d9798553c6
oh-my-zsh: 2016-03-24 -> 2016-03-31
2016-04-01 08:09:34 -04:00
Vladimír Čunát
ab15a62c68
Merge branch 'master' into closure-size
...
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Christian Albrecht
9c6a69230d
zsh: fix configureFlags #14256
...
commit 97332d3
introduced non expanding $out/etc/zprofile in zshs compiled in PATH.
this commit reverts the change so that $out is expanded at configure time.
2016-03-31 16:57:30 +02:00
Robin Gloster
f60c9df0ba
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-03-28 15:16:29 +00:00
NeQuissimus
83f37b8d10
oh-my-zsh: 2016-03-19 -> 2016-03-24
2016-03-25 15:07:06 -04:00
Tim Steinbach
00db6a67f1
oh-my-zsh: 2016-03-11 -> 2016-03-19
2016-03-22 22:04:39 +00:00
Peter Hoeg
fa0c2c08a2
bash-completion: remove collision
...
nmcli is already provided by network-manager
2016-03-20 22:18:53 +08:00
Tim Steinbach
344f9672d0
oh-my-zsh: 2016-02-27 -> 2016-03-11
2016-03-15 10:34:10 -04:00
Robin Gloster
3f45f0948d
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-03-15 01:44:24 +00:00
Christoph Hrdinka
c4ee8f5700
zsh: fix zsh.info* install location
2016-03-09 14:13:31 +01:00
Thomas Tuegel
da972b6cc4
ncurses: move runtime utilities to $out
...
All the programs provided by ncurses were being installed to the $dev
output, but several of them are intended for runtime use, e.g. to
operate on the running terminal. These user-facing programs are moved to
the $bin output.
Several packages referred to "${ncurses}/bin" or "${ncurses.dev}/bin" at
runtime; these paths are also updated to refer to "${ncurses.bin}/bin".
2016-03-08 11:35:24 -06:00
Tobias Geerinckx-Rice
efb76ae10b
mksh: 52 -> 52c
...
Changes: https://www.mirbsd.org/mksh.htm#clog
2016-03-08 18:07:00 +01:00
Vladimír Čunát
61ebdc192d
bash-interactive: better split doc stuff
...
... while avoiding mass rebuild ATM.
2016-03-08 09:59:24 +01:00
Vladimír Čunát
09af15654f
Merge master into closure-size
...
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
Franz Pletz
baee91ec60
cc-wrapper: Check if ld supports -z, fixes darwin
2016-03-07 21:40:20 +01:00
Sergiu Ivanov
7a31227573
oh-my-zsh-git: init at 2016-02-27
2016-03-07 19:42:26 +01:00
Franz Pletz
aff1f4ab94
Use general hardening flag toggle lists
...
The following parameters are now available:
* hardeningDisable
To disable specific hardening flags
* hardeningEnable
To enable specific hardening flags
Only the cc-wrapper supports this right now, but these may be reused by
other wrappers, builders or setup hooks.
cc-wrapper supports the following flags:
* fortify
* stackprotector
* pie (disabled by default)
* pic
* strictoverflow
* format
* relro
* bindnow
2016-03-05 18:55:26 +01:00
Robin Gloster
d47857c3d9
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-03-01 21:09:17 +00:00
zimbatm
57f7ff00fe
Merge pull request #13368 from nathan7/fish-ul
...
fish: fix hidden dependency on ul(1) on Linux
2016-02-28 22:09:32 +00:00
Nathan Zadoks
010271d47a
fish: fix hidden dependency on ${glibc}/bin/getent on Linux
2016-02-28 22:27:53 +01:00
Nathan Zadoks
da1f465b94
fish: fix hidden dependency on utillinux on Linux
2016-02-28 22:27:53 +01:00
Scott Olson
a93a2e2360
fish: remove kbd dependency on Darwin
2016-02-28 14:55:51 -06:00
Robin Gloster
3477e662e6
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-02-27 00:08:08 +00:00
Frederik Rietdijk
4d06bf70f4
buildPythonApplication: use new function for Python applications
2016-02-19 13:16:41 +01:00
Vladimír Čunát
d039c87984
Merge branch 'master' into closure-size
2016-02-14 08:33:51 +01:00
Robin Gloster
9229e9c656
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-02-07 11:17:57 +00:00
Vladimír Čunát
ae74c356d9
Merge recent 'staging' into closure-size
...
Let's get rid of those merge conflicts.
2016-02-03 16:57:19 +01:00
Nathan Zadoks
1072e2bf4d
fish: don't use manpath(1) from PATH in functions/man.fish
...
Close #12762 .
2016-02-02 06:13:12 +01:00
Robin Gloster
f6d3b7a2ae
switch hardening flags
2016-01-30 16:36:57 +00:00
Franz Pletz
954e9903ad
Use a hardened stdenv by default
2016-01-30 16:36:57 +00:00
Tobias Geerinckx-Rice
9fb8020e4e
Add version attribute where maintainers |= nckx
...
This will probably be mandatory soon, and is a step in the right
direction. Removes the deprecated meta.version, and move some meta
sections to the end of the file where I should have put them in
the first place.
2016-01-25 17:35:21 +01:00
Vladimír Čunát
716aac2519
Merge branch 'staging' into closure-size
2016-01-19 09:55:31 +01:00
Jakob Gillich
5e5ecb7b6f
fish: fix merge conflict
...
patches got duplicated
2016-01-05 23:32:29 +01:00
Arseniy Seroka
1fc685ae64
Merge pull request #11945 from jgillich/fish
...
fish: add module to support it as default shell
2016-01-06 01:25:37 +03:00
Nikolay Amiantov
e312276b01
Merge pull request #12000 from nathan7/nix-auto-run
...
command-not-found: add NIX_AUTO_RUN option, to automatically invoke nix-shell
2016-01-03 03:22:50 +03:00
Vladimír Čunát
f9f6f41bff
Merge branch 'master' into closure-size
...
TODO: there was more significant refactoring of qtbase and plasma 5.5
on master, and I'm deferring pointing to correct outputs to later.
2015-12-31 09:53:02 +01:00
Nathan Zadoks
efd9562df0
fish: pass all of argv to command-not-found
2015-12-28 15:09:48 +01:00
Jakob Gillich
ac7e923104
fish: add module to support it as default shell
...
* Patched fish to load /etc/fish/config.fish if it exists (by default,
it only loads config relative to itself)
* Added fish-foreign-env package to parse the system environment
closes #5331
2015-12-26 06:25:23 +01:00
Vladimír Čunát
11c702c582
Merge master into staging
2015-12-23 18:57:35 +01:00
Matthijs Steen
f2a9837113
grml-zsh-config: init at 0.12.4
2015-12-17 16:29:00 +01:00
Vladimír Čunát
1c268e0b8c
Merge master into staging
2015-12-17 08:53:35 +01:00
Tobias Geerinckx-Rice
75df6e05c3
mksh: maintainers += nckx
2015-12-14 23:34:34 +01:00
Tobias Geerinckx-Rice
d0323d406a
mksh: 51 -> 52
...
‘This release has a nonzero chance to break existing scripts that
use some extension features – I had to quote some tildes in
dot.mkshrc and a variable expansion in ${x/y"$z"} in MirWebseite
(the $z) – twice!. As usual, test!’
-- https://www.mirbsd.org/permalinks/news_e20151212-tg.htm
2015-12-14 23:34:24 +01:00
Alexander Shabalin
020a09adbb
fish: Use /bin/hostname on darwin. Fixes #11012 .
2015-12-13 22:52:35 +03:00
Luca Bruno
5b0352a6a4
Merge branch 'master' into closure-size
2015-12-11 18:31:00 +01:00
Pascal Wittmann
68a1b2411a
zsh: 5.1.1 -> 5.2
2015-12-05 17:07:41 +01:00
Vladimír Čunát
476c96b5c6
Merge master into staging
...
Taken the version from recent channel bump, as it's well-tested.
Close #11460 .
2015-12-05 10:26:06 +01:00
Burke Libbey
3c437a643f
GNU apparently modified bash patch 042.
2015-12-03 08:58:30 +01:00
Daniel Peebles
539c1d1b2c
Revert "Update bash patches"
2015-12-02 19:10:06 -05:00
Burke Libbey
4007b3a251
GNU apparently modified bash patch 042.
2015-12-01 23:04:43 -05:00
Luca Bruno
920b1d3591
Merge branch 'master' into closure-size
2015-11-29 16:50:26 +01:00
Vladimír Čunát
10135e6f41
fish: use absolute path to clear when pressing ^L
...
It was unable to find `clear` for me.
/cc maintainer @ocharles.
2015-11-29 12:01:17 +01:00
Christian Albrecht
97332d30f6
zsh: re-enable tests skipping broken
...
Do not disable all tests, only those broken as zsh/zpty module is not
available on hydra.
2015-11-26 09:59:27 +00:00
Pascal Wittmann
380ed0229c
pash: clean up meta information
2015-11-25 23:06:09 +01:00
Luca Bruno
a412927924
Merge remote-tracking branch 'origin/master' into closure-size
2015-11-25 21:37:30 +01:00
Spencer Whitt
0b0e51ce6f
nix-zsh-completions: init at 0.2
2015-11-24 18:50:02 -05:00
Vladimír Čunát
333d69a5f0
Merge staging into closure-size
...
The most complex problems were from dealing with switches reverted in
the meantime (gcc5, gmp6, ncurses6).
It's likely that darwin is (still) broken nontrivially.
2015-11-20 14:32:58 +01:00
Friedrich von Never
1c3b6a2812
pash: init at git-2015-11-06
2015-11-19 23:00:56 +06:00
Samuel Rivas
d3ed672b6a
fish: fix use hostname from the store instead of from the environment
2015-11-06 09:55:55 +01:00
Pascal Wittmann
0c5bdf68c2
fix: substitute path to bc in math.fish
...
closes #10141
2015-11-05 15:14:04 +01:00
Vladimír Čunát
6d6f8282f4
bash: remove bashbug for non-interactive, refactor
2015-10-28 10:09:33 +01:00
Vladimír Čunát
5227fb1dd5
Merge commit staging+systemd into closure-size
...
Many non-conflict problems weren't (fully) resolved in this commit yet.
2015-10-03 13:33:37 +02:00
William A. Kennington III
773b4deb7c
Merge commit 'a6f6c0e' into master.upstream
...
This is a partial merge of staging where we have up to date binaries for
all packages.
2015-09-15 12:16:49 -07:00
Pascal Wittmann
f24e989fd2
zsh: 5.1 -> 5.1.1
2015-09-12 11:58:57 +02:00
Pascal Wittmann
c11dc40d09
Merge pull request #9254 from FRidh/jupyter
...
ipython: 3.2 -> 4.0
2015-09-08 17:43:21 +02:00
Pascal Wittmann
fe3609b646
[zsh] disable tests again, they fail on hdyra
2015-09-08 12:45:33 +02:00
Pascal Wittmann
092a5eea28
zsh: enable tests
2015-09-06 19:04:55 +02:00
Pascal Wittmann
78b33072d8
zsh: update from 5.0.8 to 5.1
2015-09-06 19:04:55 +02:00
William A. Kennington III
461a9ee562
bash4.3: p39 -> p42
2015-08-31 10:25:12 -07:00
William A. Kennington III
883fadf6d1
bash: Remove stale 4.1 patches
2015-08-31 10:23:01 -07:00
Frederik Rietdijk
3ccedc7630
python-packages ipython: 3.2 -> 4.0
2015-08-29 10:36:42 +02:00
Jude Taylor
9c153e2227
add binutils to bash build for size
2015-08-12 11:27:54 -07:00
William A. Kennington III
0ecc61b4d7
Merge branch 'master.upstream' into staging.upstream
2015-08-05 16:24:57 -07:00
Frederik Rietdijk
3944e4f980
ipython: 3.1 -> 3.2.1
2015-08-05 23:09:28 +02:00
Eelco Dolstra
e1f78bf677
More docs/manpages in separate outputs
2015-07-27 00:27:54 +02:00
William A. Kennington III
25e60feb72
Merge branch 'master.upstream' into staging.upstream
2015-07-15 02:02:46 -07:00
Tobias Geerinckx-Rice
94c94926f5
mksh 50d -> 51
...
R51 is a strongly recommended feature release.
Changes: <https://www.mirbsd.org/mksh.htm#clog >.
Release number changed to match Nix versioning rules ("R51" -> 51).
cc maintainer @AndersonTorres
2015-07-15 03:31:54 +02:00
Maciek Starzyk
ad4e17e94b
fish: Fixed "Could not autoload item 'seq'..."
2015-07-14 21:44:25 +02:00
William A. Kennington III
333f145d76
Merge branch 'master.upstream' into staging.upstream
2015-07-13 15:11:31 -07:00
lethalman
624fe6a290
Merge pull request #8774 from mstarzyk/fish-shell
...
fish: 2.1.2 -> 2.2.0
2015-07-13 13:38:23 +02:00
Tuomas Tynkkynen
5c08963fed
xonsh: Don't use fetchurl on dynamically generated GitHub tarballs
...
Just use fetchFromGitHub instead.
2015-07-12 21:03:27 +02:00
Maciek Starzyk
dcc2b6148e
fish: 2.1.2 -> 2.2.0
2015-07-12 15:33:01 +02:00
Thomas Tuegel
a8c52d0958
Merge branch 'master' into staging
2015-06-25 09:15:05 -05:00
Tommy M. McGuire
2d7da5a62e
es: bugfix for man page install
...
See Issue #8487 .
2015-06-24 11:36:02 -05:00
William A. Kennington III
282d03befa
Merge branch 'master.upstream' into staging.upstream
2015-06-22 10:57:36 -07:00
Eelco Dolstra
7c3bf186a6
bash: Update to 4.3-p39
2015-06-22 14:40:29 +02:00
Jascha Geerds
3f66bb7ff2
Add myself as maintainer
2015-06-22 08:26:09 +02:00
Pascal Wittmann
6ceecb5548
zsh: update from 5.0.7 to 5.0.8
...
add myself as maintainer
2015-06-08 12:55:38 +02:00
Rok Garbas
bd59bf9a74
cygwin: bash updated to 4.3 for cygwin platform
2015-05-29 10:18:06 +02:00
Tobias Geerinckx-Rice
158e1cfdd0
Don't use "with licenses;" for single licences
...
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02:00
Marko Durkovic
67ac12795a
cygwin: add cygwin compatible bash version.
2015-05-28 10:53:35 +02:00
Mateusz Kowalczyk
d17429142b
Merge pull request #7903 from joelmo/patch-3
...
ipython: comments about deprecated pylab flag
2015-05-26 11:00:36 +01:00
Eric Seidel
c95e489149
fish: dont demand man-db on darwin since we cant build it
2015-05-23 13:48:54 -07:00
Joel Moberg
9b03663f9e
ipython: comments about deprecated pylab flag
...
The pylab flag is deprecated: http://mail.scipy.org/pipermail/ipython-dev/2014-March/013411.html
2015-05-19 15:31:37 +02:00
Vladimír Čunát
375bc8def7
Merge staging into closure-size
2015-05-05 11:49:03 +02:00
Utku Demir
ebe3802a8f
pythonPackages.ipython: 2.3.1 -> 3.1.0
2015-05-02 22:05:07 +02:00
Tobias Geerinckx-Rice
3b611e3a0a
mksh: clarify that it's Free
2015-04-30 13:11:31 +02:00
Joachim Fasting
8488d133f3
meta.licenses -> license
2015-04-21 23:10:07 +02:00
Eelco Dolstra
61cca2cadf
meta.homePage -> homepage
2015-04-20 14:20:03 +02:00
Vladimír Čunát
bf414c9d4f
Merge 'staging' into closure-size
...
- there were many easy merge conflicts
- cc-wrapper needed nontrivial changes
Many other problems might've been created by interaction of the branches,
but stdenv and a few other packages build fine now.
2015-04-18 11:22:20 +02:00
Stewart Mackenzie
768b804e2f
new package: es
2015-04-11 12:22:43 +08:00
Spencer Whitt
a1044bd26e
xonsh: new package
2015-03-26 14:25:17 -04:00
Eelco Dolstra
2ed5c2bd6b
Set some meta.platforms
...
Also fix meta.platform -> meta.platforms in a few places.
2015-03-20 20:04:42 +01:00
koral
43505edb9c
fish: 2.1.1 -> 2.1.2
2015-03-05 01:55:45 +01:00
Dan Peebles
7cc575c870
Fish wants libiconv too, even though it won't admit it
2015-02-18 01:14:36 -05:00
Peter Simons
3d8b3fe253
Merge pull request #6319 from sorokin/master
...
bash-completion: fix bad array subscript error. Closes #6117
2015-02-12 20:33:21 +01:00
Ivan Sorokin
20ab4027da
bash-completion: fix bad array subscript error. Closes #6117
2015-02-12 22:18:17 +03:00
Shea Levy
c45372f038
Merge commit 'cfb29ab882323d379aba20a95020c7c24f883eae'
...
Partial staging merge, including cc-wrapper fixes
Conflicts:
pkgs/applications/audio/spotify/default.nix
pkgs/build-support/cc-wrapper/default.nix
pkgs/development/compilers/cryptol/1.8.x.nix
2015-02-02 21:14:28 -05:00
Eelco Dolstra
a628d6ee18
bash: Update to 4.3-p30
2015-01-26 23:42:36 +01:00
AndersonTorres
58061d9ede
MKSH (version R50d): New Package
...
MKSH is the MirBSD Korn Shell.
2015-01-25 22:09:44 -02:00
Vincent Laporte
81a2b58c39
nixpkgs: remove redundant attribute sip
...
Because:
1. It is a mere alias of `pythonPackages.sip`
2. It is usually not needed since propagated by `pyqt4`
3. It makes it easy to have a packages depend on two different versions
of sip
2014-12-23 19:37:21 +01:00
Pascal Wittmann
f94580da69
Fix license attribute of many bsd-like licensed packages
2014-12-21 00:00:35 +01:00
Domen Kožar
4aa3eec330
Merge branch 'master' into staging
...
Conflicts:
pkgs/development/libraries/fontconfig/default.nix
2014-12-07 14:02:48 +01:00
Bjørn Forsman
5224a44d00
ipython: update 2.2.0 -> 2.3.1
...
Changelog:
http://ipython.org/ipython-doc/2/whatsnew/version2.0.html
2014-12-06 15:14:52 +01:00
Eelco Dolstra
103f5658a4
bash: Update to 4.3
2014-11-03 14:19:53 +01:00
Eelco Dolstra
09dc132e04
Merge remote-tracking branch 'origin/master' into staging
...
Conflicts:
pkgs/development/libraries/poppler/default.nix
2014-10-16 15:16:50 +02:00
Pascal Wittmann
164a6f878c
zsh: update from 5.0.6 to 5.0.7
2014-10-09 09:43:33 +02:00
Georges Dubus
d2c09be961
Merge pull request #4403 from jagajaga/fish_update
...
update fish shell to 2.1.1
2014-10-07 17:43:38 +02:00
Eelco Dolstra
a85dcf4a00
Merge remote-tracking branch 'origin/master' into staging
...
Conflicts:
pkgs/development/libraries/libav/default.nix
pkgs/shells/bash/bash-4.2-patches.nix
pkgs/stdenv/generic/default.nix
2014-10-07 00:09:37 +02:00
Arseniy Seroka
97f04baaa9
update fish shell
2014-10-07 01:00:37 +04:00
Eelco Dolstra
635ca3094f
bash: Update to 4.2p53
2014-10-06 20:20:04 +02:00
Peter Simons
88ef0cb750
bash: add patch set 51 to fix http://lcamtuf.blogspot.de/2014/10/bash-bug-how-we-finally-cracked.html
2014-10-01 23:02:56 +02:00
Mateusz Kowalczyk
bed76a5c89
dash: update from 0.5.7 to 0.5.8
2014-09-30 10:29:50 +01:00
Shell Turner
21c12b4065
Updated bash to patch 50.
...
This fully mitigates Shellshock and related parsing vulnerabilities,
due to attackers never controlling environment variable names.
2014-09-29 13:44:38 +02:00
muflax
9d9258be5c
zsh: bump version
2014-09-27 08:33:32 +01:00
muflax
368d0b4213
zsh: enable pcre
2014-09-27 08:33:29 +01:00
Eelco Dolstra
0a0ebd8c44
bash: Fix for CVE-2014-7169
2014-09-25 14:40:44 +02:00
Shell Turner
ad3591cd9d
Update bash patchset to fix CVE-2014-6271
2014-09-24 17:09:12 +02:00
Bernerd Schaefer
bba65ab7a5
fishshell builds on unix platforms
2014-09-16 09:04:55 +02:00
Vladimír Čunát
8da52a642a
Merge branch 'staging' into v/modular
...
Conflicts (easy):
pkgs/development/interpreters/perl/5.10/setup-hook.sh
pkgs/development/interpreters/perl/5.8/setup-hook.sh
pkgs/development/libraries/gtk+/2.x.nix
2014-08-31 12:23:18 +02:00
Vladimír Čunát
fb59f27a43
WIP: getting good
2014-08-27 01:14:09 +02:00
Domen Kožar
cb3cf6d3d7
pythonPackges.ipython: 2.0.0 -> 2.2.0
2014-08-25 11:01:31 +02:00
Bjørn Forsman
c9baba9212
Fix many package descriptions
...
(My OCD kicked in today...)
Remove repeated package names, capitalize first word, remove trailing
periods and move overlong descriptions to longDescription.
I also simplified some descriptions as well, when they were particularly
long or technical, often based on Arch Linux' package descriptions.
I've tried to stay away from generated expressions (and I think I
succeeded).
Some specifics worth mentioning:
* cron, has "Vixie Cron" in its description. The "Vixie" part is not
mentioned anywhere else. I kept it in a parenthesis at the end of the
description.
* ctags description started with "Exuberant Ctags ...", and the
"exuberant" part is not mentioned elsewhere. Kept it in a parenthesis
at the end of description.
* nix has the description "The Nix Deployment System". Since that
doesn't really say much what it is/does (especially after removing
the package name!), I changed that to "Powerful package manager that
makes package management reliable and reproducible" (borrowed from
nixos.org).
* Tons of "GNU Foo, Foo is a [the important bits]" descriptions
is changed to just [the important bits]. If the package name doesn't
contain GNU I don't think it's needed to say it in the description
either.
2014-08-24 22:31:37 +02:00
Vladimír Čunát
52d9c93abe
Merge 'staging' into master
2014-08-08 20:13:23 +02:00
Eelco Dolstra
66fb10ecb5
rush: Fix build on Linux
...
http://hydra.nixos.org/build/12922354
2014-08-08 17:59:02 +02:00
Peter Simons
2d326e5032
Merge remote-tracking branch 'origin/master' into staging.
...
Conflicts:
pkgs/desktops/e18/enlightenment.nix
2014-08-04 16:51:47 +02:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
Eelco Dolstra
7f410ef923
Merge remote-tracking branch 'origin/master' into staging
...
Conflicts:
pkgs/misc/vim-plugins/default.nix
2014-07-22 11:00:00 +02:00
Joel Taylor
3bc13f1c58
allow zsh on mac
2014-07-17 15:38:19 -07:00
Eelco Dolstra
06fc1ec34d
Merge remote-tracking branch 'origin/master' into staging
...
Conflicts:
pkgs/servers/serfdom/default.nix
2014-07-01 11:25:41 +02:00
Bjørn Forsman
8727f1aeb1
fish: fix 'fish_config' by providing python ncurses module
...
Gets rid of the "ImportError: No module named _curses" (and failure to
display page) when clicking the "prompt" page in the 'fish_config' web
UI.
2014-06-30 20:39:02 +02:00