summary refs log tree commit diff
path: root/pkgs/shells
Commit message (Collapse)AuthorAge
* zsh: update from 5.0.7 to 5.0.8Pascal Wittmann2015-06-08
| | | | add myself as maintainer
* cygwin: bash updated to 4.3 for cygwin platformRok Garbas2015-05-29
|
* Don't use "with licenses;" for single licencesTobias Geerinckx-Rice2015-05-28
| | | | And don't use square brackets on such lines.
* cygwin: add cygwin compatible bash version.Marko Durkovic2015-05-28
|
* Merge pull request #7903 from joelmo/patch-3Mateusz Kowalczyk2015-05-26
|\ | | | | ipython: comments about deprecated pylab flag
| * ipython: comments about deprecated pylab flagJoel Moberg2015-05-19
| | | | | | The pylab flag is deprecated: http://mail.scipy.org/pipermail/ipython-dev/2014-March/013411.html
* | fish: dont demand man-db on darwin since we cant build itEric Seidel2015-05-23
|/
* pythonPackages.ipython: 2.3.1 -> 3.1.0Utku Demir2015-05-02
|
* mksh: clarify that it's FreeTobias Geerinckx-Rice2015-04-30
|
* meta.licenses -> licenseJoachim Fasting2015-04-21
|
* meta.homePage -> homepageEelco Dolstra2015-04-20
|
* new package: esStewart Mackenzie2015-04-11
|
* xonsh: new packageSpencer Whitt2015-03-26
|
* Set some meta.platformsEelco Dolstra2015-03-20
| | | | Also fix meta.platform -> meta.platforms in a few places.
* fish: 2.1.1 -> 2.1.2koral2015-03-05
|
* Fish wants libiconv too, even though it won't admit itDan Peebles2015-02-18
|
* Merge pull request #6319 from sorokin/masterPeter Simons2015-02-12
|\ | | | | bash-completion: fix bad array subscript error. Closes #6117
| * bash-completion: fix bad array subscript error. Closes #6117Ivan Sorokin2015-02-12
| |
* | Merge commit 'cfb29ab882323d379aba20a95020c7c24f883eae'Shea Levy2015-02-02
|\ \ | |/ |/| | | | | | | | | | | | | 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
| * bash: Update to 4.3-p30Eelco Dolstra2015-01-26
| |
* | MKSH (version R50d): New PackageAndersonTorres2015-01-25
|/ | | | MKSH is the MirBSD Korn Shell.
* nixpkgs: remove redundant attribute `sip`Vincent Laporte2014-12-23
| | | | | | | | | 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
* Fix license attribute of many bsd-like licensed packagesPascal Wittmann2014-12-21
|
* Merge branch 'master' into stagingDomen Kožar2014-12-07
|\ | | | | | | | | Conflicts: pkgs/development/libraries/fontconfig/default.nix
| * ipython: update 2.2.0 -> 2.3.1Bjørn Forsman2014-12-06
| | | | | | | | | | Changelog: http://ipython.org/ipython-doc/2/whatsnew/version2.0.html
* | bash: Update to 4.3Eelco Dolstra2014-11-03
|/
* Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-10-16
|\ | | | | | | | | Conflicts: pkgs/development/libraries/poppler/default.nix
| * 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
| | |
* | | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-10-07
|\| | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/libraries/libav/default.nix pkgs/shells/bash/bash-4.2-patches.nix pkgs/stdenv/generic/default.nix
| * | 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
| |
* | bash: Update to 4.2p53Eelco Dolstra2014-10-06
|/
* 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
| |/ |/|