about summary refs log tree commit diff
path: root/pkgs/shells
Commit message (Collapse)AuthorAge
* zsh: update from 5.0.6 to 5.0.7Pascal Wittmann2014-10-09
|
* Merge pull request #4403 from jagajaga/fish_updateGeorges Dubus2014-10-07
|\ | | | | update fish shell to 2.1.1
| * update fish shellArseniy Seroka2014-10-07
| |
* | bash: add patch set 51 to fix ↵Peter Simons2014-10-01
| | | | | | | | http://lcamtuf.blogspot.de/2014/10/bash-bug-how-we-finally-cracked.html
* | dash: update from 0.5.7 to 0.5.8Mateusz Kowalczyk2014-09-30
|/
* Updated bash to patch 50.Shell Turner2014-09-29
| | | | | This fully mitigates Shellshock and related parsing vulnerabilities, due to attackers never controlling environment variable names.
* zsh: bump versionmuflax2014-09-27
|
* zsh: enable pcremuflax2014-09-27
|
* bash: Fix for CVE-2014-7169Eelco Dolstra2014-09-25
|
* Update bash patchset to fix CVE-2014-6271Shell Turner2014-09-24
|
* fishshell builds on unix platformsBernerd Schaefer2014-09-16
|
* pythonPackges.ipython: 2.0.0 -> 2.2.0Domen Kožar2014-08-25
|
* Fix many package descriptionsBjørn Forsman2014-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
* Merge 'staging' into masterVladimír Čunát2014-08-08
|\
| * Merge remote-tracking branch 'origin/master' into staging.Peter Simons2014-08-04
| |\ | | | | | | | | | | | | Conflicts: pkgs/desktops/e18/enlightenment.nix
| * \ Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-07-22
| |\ \ | | | | | | | | | | | | | | | | Conflicts: pkgs/misc/vim-plugins/default.nix
| * \ \ Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-07-01
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/servers/serfdom/default.nix
| * | | | bash: Update to 4.2-p47Eelco Dolstra2014-06-24
| | | | |
* | | | | rush: Fix build on LinuxEelco Dolstra2014-08-08
| |_|_|/ |/| | | | | | | | | | | http://hydra.nixos.org/build/12922354
* | | | Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
| |_|/ |/| |
* | | allow zsh on macJoel Taylor2014-07-17
| |/ |/|
* | fish: fix 'fish_config' by providing python ncurses moduleBjørn Forsman2014-06-30
|/ | | | | | 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.
* zsh: improve descriptionBjørn Forsman2014-06-23
| | | | Capitalize first word. Wrap overlong longDescription line.
* fish: Fixed tab completion with sudo (close #2705)Georges Dubus2014-06-10
| | | | We don't have /sbin and /usr/sbin, so fish complains.
* ipython: update 1.1.0 -> 2.0.0Bjørn Forsman2014-04-13
| | | | | | | | Release notes: http://ipython.org/ipython-doc/2/whatsnew/version2.0.html Build and run tested terminal mode (default), notebook, qtconsole; all works. (And the release notes list few backwards incompatible changes.)
* zsh: update from 5.0.2 to 5.0.5Peter Simons2014-04-09
|
* fish: Fix propagatedBuildInputs and other assorted changesWilliam A. Kennington III2014-02-15
| | | | | | | | Currently, fish does not depend on python27 which is necessary for many of the built in commands such as the manpage completion generator and the web configuration sevice. This patch adds support for python27 as well as man_db for the manpage completion generator. It also attempts to replace more shell functions with binaries contained in the nix store.
* Merge master into stdenv-updatesVladimír Čunát2013-12-29
|\ | | | | | | | | | | | | | | | | | | Conflicts (easy): pkgs/development/compilers/llvm/default.nix pkgs/development/compilers/openjdk/default.nix pkgs/development/libraries/icu/default.nix pkgs/development/libraries/libssh/default.nix pkgs/development/libraries/libxslt/default.nix pkgs/development/tools/parsing/bison/3.x.nix
| * dash: enable Hydra builds on LinuxPeter Simons2013-12-21
| |
| * dash: update from 0.5.6 to 0.5.7Nixpkgs Monitor2013-12-18
| |
* | Merge remote-tracking branch 'origin/master' into stdenv-updates.Peter Simons2013-12-04
|\| | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/interpreters/perl/5.16/default.nix pkgs/tools/networking/curl/default.nix pkgs/top-level/all-packages.nix pkgs/top-level/release-python.nix pkgs/top-level/release-small.nix pkgs/top-level/release.nix
| * fish: Update to 2.1.0 (close #1261)Oliver Charles2013-11-23
| |
* | Merge remote-tracking branch 'origin/master' into stdenv-updates.Peter Simons2013-10-02
|\|
| * Merge pull request #1014 from coroa/scipyDomen Kožar2013-09-26
| |\ | | | | | | Updating scipy and friends to add the new package qutip
| | * ipython: update to version 1.1.0Jonas Hoersch2013-09-17
| | |
| * | fish: add missing depsBjørn Forsman2013-09-25
| | | | | | | | | | | | | | | Start fish and run "ls". It will complain about not being able to run which, nroff and gettext. This fixes it.
| * | fish: add (more) meta attributesBjørn Forsman2013-09-25
| |/
* | Merge remote-tracking branch 'origin/master' into stdenv-updates.Peter Simons2013-09-08
|\|
| * zsh: Upgrade to 5.0.2Danie Roux2013-09-01
| |
* | bash: Update to 4.2-p45Eelco Dolstra2013-08-26
|/
* unmaintain several packagesLudovic Courtès2013-08-16
|
* ipython: 0.13.2 -> 1.0.0Bjørn Forsman2013-08-14
| | | | | Release notes: http://ipython.org/ipython-doc/rel-1.0.0/whatsnew/version1.0.html
* ipython: update to version 0.13.2Peter Simons2013-07-23
|
* fish: Add fish 2.0.0Oliver Charles2013-06-04
|
* Fix another maintainers attributeRob Vermaas2013-05-21
|
* Add myself as maintainer for several packagesBjørn Forsman2013-05-20
| | | | And set missing meta.platforms for the packages I've added earlier.
* bash-completion: update to version 2.1Peter Simons2013-04-10
|
* ipython: modularize and enable more featuresBjørn Forsman2013-03-27
| | | | | | | | | | | | | | | Add these new attributes (all default to true): notebookSupport qtconsoleSupport pylabSupport pylabQtSupport This adds jinja2, matplotlib, pyqt4 and sip as new dependencies of ipython. This commit fixes "ipython --pylab" so that it no more errors out with "ImportError: No module named matplotlib" (which was my initial goal).
* ipython: bump to 0.13.1Bjørn Forsman2013-03-27
| | | | | | | IPython 0.13.1: minor bugfix release for 0.13, on October 20, 2012. This release includes 41 Pull Requests and closing 21 Issues backported from 0.14-dev, including significant fixes for ipcluster and Python 3.3 compatibility.
* ipython: adding depenencies for ipython's notebookRok Garbas2013-03-23
|