about summary refs log tree commit diff
path: root/pkgs/shells
AgeCommit message (Collapse)AuthorFilesLines
2016-03-05Use general hardening flag toggle listsFranz Pletz1-1/+1
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-01Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster1-1/+10
2016-02-28Merge pull request #13368 from nathan7/fish-ulzimbatm1-1/+8
fish: fix hidden dependency on ul(1) on Linux
2016-02-28fish: fix hidden dependency on ${glibc}/bin/getent on LinuxNathan Zadoks1-1/+5
2016-02-28fish: fix hidden dependency on utillinux on LinuxNathan Zadoks1-1/+4
2016-02-28fish: remove kbd dependency on DarwinScott Olson1-0/+2
2016-02-27Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster1-1/+1
2016-02-19buildPythonApplication: use new function for Python applicationsFrederik Rietdijk1-1/+1
2016-02-07Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster1-0/+1
2016-02-02fish: don't use manpath(1) from PATH in functions/man.fishNathan Zadoks1-0/+1
Close #12762.
2016-01-30switch hardening flagsRobin Gloster1-1/+1
2016-01-30Use a hardened stdenv by defaultFranz Pletz1-0/+2
2016-01-25Add version attribute where maintainers |= nckxTobias Geerinckx-Rice1-3/+2
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-05fish: fix merge conflictJakob Gillich1-4/+1
patches got duplicated
2016-01-06Merge pull request #11945 from jgillich/fishArseniy Seroka4-1/+277
fish: add module to support it as default shell
2016-01-03Merge pull request #12000 from nathan7/nix-auto-runNikolay Amiantov2-0/+15
command-not-found: add NIX_AUTO_RUN option, to automatically invoke nix-shell
2015-12-28fish: pass all of argv to command-not-foundNathan Zadoks2-0/+15
2015-12-26fish: add module to support it as default shellJakob Gillich4-1/+277
* 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-23Merge master into stagingVladimír Čunát1-0/+38
2015-12-17grml-zsh-config: init at 0.12.4Matthijs Steen1-0/+38
2015-12-17Merge master into stagingVladimír Čunát3-7/+7
2015-12-14mksh: maintainers += nckxTobias Geerinckx-Rice1-1/+1
2015-12-14mksh: 51 -> 52Tobias Geerinckx-Rice1-2/+2
‘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-13fish: Use /bin/hostname on darwin. Fixes #11012.Alexander Shabalin1-1/+1
2015-12-05zsh: 5.1.1 -> 5.2Pascal Wittmann1-3/+3
2015-12-05Merge master into stagingVladimír Čunát4-10/+43
Taken the version from recent channel bump, as it's well-tested. Close #11460.
2015-12-03GNU apparently modified bash patch 042.Burke Libbey1-1/+1
2015-12-02Revert "Update bash patches"Daniel Peebles1-1/+1
2015-12-01GNU apparently modified bash patch 042.Burke Libbey1-1/+1
2015-11-29fish: use absolute path to clear when pressing ^LVladimír Čunát1-0/+2
It was unable to find `clear` for me. /cc maintainer @ocharles.
2015-11-26zsh: re-enable tests skipping brokenChristian Albrecht1-6/+12
Do not disable all tests, only those broken as zsh/zpty module is not available on hydra.
2015-11-25pash: clean up meta informationPascal Wittmann1-4/+4
2015-11-24nix-zsh-completions: init at 0.2Spencer Whitt1-0/+25
2015-11-19pash: init at git-2015-11-06Friedrich von Never1-0/+25
2015-11-06fish: fix use hostname from the store instead of from the environmentSamuel Rivas1-1/+2
2015-11-05fix: substitute path to bc in math.fishPascal Wittmann1-1/+2
closes #10141
2015-09-15Merge commit 'a6f6c0e' into master.upstreamWilliam A. Kennington III2-21/+3
This is a partial merge of staging where we have up to date binaries for all packages.
2015-09-12zsh: 5.1 -> 5.1.1Pascal Wittmann1-3/+3
2015-09-08Merge pull request #9254 from FRidh/jupyterPascal Wittmann1-58/+0
ipython: 3.2 -> 4.0
2015-09-08[zsh] disable tests again, they fail on hdyraPascal Wittmann1-1/+3
2015-09-06zsh: enable testsPascal Wittmann1-0/+2
2015-09-06zsh: update from 5.0.8 to 5.1Pascal Wittmann1-5/+5
2015-08-31bash4.3: p39 -> p42William A. Kennington III1-0/+3
2015-08-31bash: Remove stale 4.1 patchesWilliam A. Kennington III1-21/+0
2015-08-29python-packages ipython: 3.2 -> 4.0Frederik Rietdijk1-58/+0
2015-08-12add binutils to bash build for `size`Jude Taylor1-2/+4
2015-08-05Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III1-2/+3
2015-08-05ipython: 3.1 -> 3.2.1Frederik Rietdijk1-2/+3
2015-07-27More docs/manpages in separate outputsEelco Dolstra1-0/+2
2015-07-15Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2-12/+13