summary refs log tree commit diff
path: root/pkgs/shells
Commit message (Collapse)AuthorAge
* * getmail: don't use pythonFull.Eelco Dolstra2011-03-28
| | | | svn path=/nixpkgs/branches/modular-python/; revision=26566
* * ipython: simplify.Eelco Dolstra2011-03-28
| | | | svn path=/nixpkgs/branches/modular-python/; revision=26565
* Updating from trunk. I resolved simple conflicts.Lluís Batlle i Rossell2010-12-11
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=25061
| * pkgs/shells/ipython: added initial version of ipython 0.10.1Peter Simons2010-11-29
| | | | | | | | | | | | Committing on behalf of Cillian de Róiste <cillian.deroiste@gmail.com>. svn path=/nixpkgs/trunk/; revision=24928
* | I made changes to achieve a working cross-built gcc wrapper. Now,Lluís Batlle i Rossell2010-12-04
| | | | | | | | | | | | | | | | "gcc45.hostDrv" works in the host system, together with libc, binutils, dynamic linker, ... svn path=/nixpkgs/branches/stdenv-updates/; revision=24971
* | Adding support for job control in bash cross-building, because otherwise it ↵Lluís Batlle i Rossell2010-11-27
| | | | | | | | | | | | does not get built. svn path=/nixpkgs/branches/stdenv-updates/; revision=24890
* | Making bash and kbd cross-buildLluís Batlle i Rossell2010-11-25
|/ | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=24851
* GNU Rush 1.7.Ludovic Courtès2010-08-19
| | | | svn path=/nixpkgs/trunk/; revision=23257
* * Added dash.Eelco Dolstra2010-06-01
| | | | svn path=/nixpkgs/trunk/; revision=22088
* Add GNU SASL, GNU GSS-API, and GNU Rush.Ludovic Courtès2010-04-26
| | | | | | Contributed by Brian Gough <bjg@gnu.org>. svn path=/nixpkgs/trunk/; revision=21315
* * Sync with the trunk.Eelco Dolstra2010-02-03
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=19786
| * Update zsh.Nicolas Pierron2010-01-31
| | | | | | | | svn path=/nixpkgs/trunk/; revision=19740
* | * None of us is paying attention today ;-)Eelco Dolstra2010-01-26
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=19690
* | bash: Fix URL.Ludovic Courtès2010-01-26
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=19688
* | * Update to bash-4.1-p2 (since we're rebuilding everything anyway).Eelco Dolstra2010-01-26
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=19680
* | explicitly disable readline support for bash on darwin, hacky for now, to ↵Rob Vermaas2010-01-26
| | | | | | | | | | | | avoid massive rebuild svn path=/nixpkgs/branches/stdenv-updates/; revision=19678
* | GNU Bash 4.1.Ludovic Courtès2010-01-05
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=19223
* | bash: Make `update-patch-set.sh' executable.Ludovic Courtès2010-01-05
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=19221
* | Fixing some things on the gcc-cross-wrapper (libc was not properly added to theLluís Batlle i Rossell2009-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | linking path), and with this achieved bash being cross-compilable. I fixed the few expressions involved in bash building, so they have well stated native and non-native inputs. I also tried to cross-build guile, and with this I found a problem in the actual cross-gcc: it calls the binutils ld, instead of the ld wrapper. This way, the programs/shared_libraries don't get the proper -rpath. svn path=/nixpkgs/branches/stdenv-updates/; revision=18497
* | Merging from trunk. I had to do two manual merges, quite trivial I think.Lluís Batlle i Rossell2009-11-19
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=18472
| * * Removed selectVersion. There's no good reason to writeEelco Dolstra2009-11-18
| | | | | | | | | | | | | | | | | | | | | | | | `selectVersion ./foo "bar"' instead of `import ./foo/bar.nix'. * Replaced `with args' with formal function arguments in several packages. * Renamed several files to `default.nix'. As a general rule, version numbers should only be included in the filename when there is a reason to keep multiple versions of a package in Nixpkgs. Otherwise, it just makes it harder to update the package. svn path=/nixpkgs/trunk/; revision=18403
* | Porting changes from stdenv-updates into this branch.Lluís Batlle i Rossell2009-11-08
|/ | | | | | | | | | | | This comes from: svn diff ^/nixpkgs/trunk/@18255 ^/nixpkgs/branches/stdenv-updates/ > diff patch -p0 < diff and then adding into svn all files new from the patch. trunk@18255 comes from the last time I updated stdenv-updates from trunk. svn path=/nixpkgs/stdenv-updates2/; revision=18272
* * tcsh: create a "csh" symlink.Eelco Dolstra2009-06-13
| | | | svn path=/nixpkgs/trunk/; revision=15950
* * Another sync with the trunk.Eelco Dolstra2009-04-23
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=15269
| * Updating tcsh, so its url even works.Lluís Batlle i Rossell2009-04-18
| | | | | | | | svn path=/nixpkgs/trunk/; revision=15137
* | * Doh.Eelco Dolstra2009-04-14
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=15019
* | * bash: updated to 4.0 patchlevel 17. Removed the dietlibc patch, weEelco Dolstra2009-04-13
| | | | | | | | | | | | don't need it anymore. svn path=/nixpkgs/branches/stdenv-updates/; revision=15018
* | * Fixed bashInteractive.Eelco Dolstra2009-03-25
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=14703
* | Remove redundant Bash 4.0 expression.Ludovic Courtès2009-03-23
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=14663
* | * Sync with the trunk.Eelco Dolstra2009-03-20
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=14634
| * Added bash 4.0 (and readline 6.0, which is required by bash).Peter Simons2009-03-17
| | | | | | | | svn path=/nixpkgs/trunk/; revision=14573
* | GNU Bash 4.0.Ludovic Courtès2009-02-23
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=14210
* | * Bash 3.2.48.Eelco Dolstra2009-01-27
|/ | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=13876
* adding cvs zsh version because it has better hg, tg completion supportMarc Weber2008-12-22
| | | | svn path=/nixpkgs/trunk/; revision=13670
* zsh update to 4.3.9Marc Weber2008-11-22
| | | | svn path=/nixpkgs/trunk/; revision=13367
* * bash: use the global /etc/bashrc and /etc/bash_logout files.Eelco Dolstra2008-07-16
| | | | | | | | | | Changed the built-in default $PATH to /no-such-path. (This also applies to the "standard utilities path" used by "command -p", so that doesn't work anymore, but it didn't work anyway on NixOS and nobody uses it.) Include the startup files for non-interactive login shells. Use bashrc when started from ssh. svn path=/nixpkgs/trunk/; revision=12365
* * bash needs texinfo if you want the manpages / info docs.Eelco Dolstra2008-07-16
| | | | svn path=/nixpkgs/trunk/; revision=12363
* Update zsh mirror. (patch from Bárður Árantsson)Nicolas Pierron2008-06-26
| | | | svn path=/nixpkgs/trunk/; revision=12192
* * Bash 3.2 patchlevel 39.Eelco Dolstra2008-05-09
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=11799
* Added socat, updated zshYury G. Kudryashov2008-02-10
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=10575
* * Bash 3.2 updated to patch level 33.Eelco Dolstra2008-02-06
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=10512
* * coreutils-6.10, findutils-4.2.32.Eelco Dolstra2008-02-06
| | | | | | * Added some meta attributes. svn path=/nixpkgs/branches/stdenv-updates/; revision=10511
* Merged with trunkYury G. Kudryashov2008-01-15
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=10145
* * Bash 3.2 patchlevel 25.Eelco Dolstra2007-11-26
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=9795
* * Fix a bunch of URLs.Eelco Dolstra2007-09-11
| | | | svn path=/nixpkgs/trunk/; revision=9292
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
* Version bump. Old one is unavailable.Michael Raskin2007-07-18
| | | | svn path=/nixpkgs/trunk/; revision=9001
* * zsh upgraded to 4.3.2, lua upgraded to 5.1.2 (works only on linux now)Yury G. Kudryashov2007-07-17
| | | | svn path=/nixpkgs/trunk/; revision=8990
* Added version suffixes.Michael Raskin2007-06-26
| | | | svn path=/nixpkgs/trunk/; revision=8921
* Added zshMichael Raskin2007-06-20
| | | | svn path=/nixpkgs/trunk/; revision=8900