about summary refs log tree commit diff
path: root/pkgs/shells
AgeCommit message (Collapse)AuthorFilesLines
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-2/+2
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-02Merge trunkYury G. Kudryashov1-5/+43
svn path=/nixpkgs/branches/stdenv-updates/; revision=31207
2011-12-29zsh profile load tweaking only on nixosFlorian Friesdorf1-10/+18
svn path=/nixpkgs/trunk/; revision=31149
2011-12-29zshprofile to load /etc/profile while emulating bashFlorian Friesdorf1-3/+24
svn path=/nixpkgs/trunk/; revision=31148
2011-12-29zsh metaFlorian Friesdorf1-1/+10
svn path=/nixpkgs/trunk/; revision=31147
2011-12-29zsh-4.3.15Florian Friesdorf1-3/+3
svn path=/nixpkgs/trunk/; revision=31146
2011-12-12* Latest bash patches.Eelco Dolstra1-0/+10
svn path=/nixpkgs/branches/stdenv-updates/; revision=30854
2011-10-18synchronize with trunkPeter Simons1-5/+5
svn path=/nixpkgs/branches/stdenv-updates/; revision=29870
2011-10-16Updating IPython (python shell) to 0.11Cillian de Roiste1-5/+5
svn path=/nixpkgs/trunk/; revision=29858
2011-09-28synchronize with trunkPeter Simons4-8/+17
svn path=/nixpkgs/branches/stdenv-updates/; revision=29524
2011-09-28pkgs/shells/bash: updated "interactive" bash to version 4.2Peter Simons5-2/+97
The non-interactive variant, which is part of stdenv, remains unchanged. svn path=/nixpkgs/trunk/; revision=29523
2011-09-24pkgs/shells/bash/default.nix: don't install bash completion in ↵Peter Simons1-9/+1
non-interactive mode This patch removes the kludge introduced in trunk to avoid a stdenv rebuild. svn path=/nixpkgs/branches/stdenv-updates/; revision=29469
2011-09-24sync with trunkPeter Simons1-5/+2
svn path=/nixpkgs/branches/stdenv-updates/; revision=29468
2011-09-24pkgs/shells/bash/default.nix: revert my earlier revision 29244Peter Simons1-5/+2
Including the bash-completion package in bash itself sounded like a good idea at the time, but it wasn't. After having actually integrated completion support into NixOS, it has become obvious that this property isn't required at all. Keeping bash-completion separate from bash works just fine. Anyone who wants completion support can just install that package. svn path=/nixpkgs/trunk/; revision=29467
2011-09-23Merge from trunkShea Levy2-4/+9
svn path=/nixpkgs/branches/stdenv-updates/; revision=29461
2011-09-13bash: install extensive completion library in the interactive versionPeter Simons1-4/+8
Add the command-line completion library to the "interactive" version of bash. That code is *not* active by default. To enable it, run | . ${bash}/etc/bash_completion in your ~/.bashrc. If you prefer to build bashInteractive without that feature, use the following override in ~/.nixpkgs/config.nix to disable it: | { | packageOverrides = pkgs: | { | bashInteractive = pkgs.bashInteractive.override { | bashCompletion = null; | }; | }; | } svn path=/nixpkgs/trunk/; revision=29244
2011-09-12bash-completion: fixed hard-coded reference to /etcPeter Simons1-0/+1
svn path=/nixpkgs/trunk/; revision=29226
2011-08-24Merge from trunk up through r28790Shea Levy2-1/+30
svn path=/nixpkgs/branches/stdenv-updates/; revision=28792
2011-07-21all-packages.nix: added package bash-completionPeter Simons1-0/+26
svn path=/nixpkgs/trunk/; revision=27895
2011-03-28* getmail: don't use pythonFull.Eelco Dolstra1-0/+1
svn path=/nixpkgs/branches/modular-python/; revision=26566
2011-03-28* ipython: simplify.Eelco Dolstra1-1/+3
svn path=/nixpkgs/branches/modular-python/; revision=26565
2011-02-25GNU Bash 4.2.Ludovic Courtès2-5/+4
svn path=/nixpkgs/branches/stdenv-updates/; revision=26119
2010-12-11Updating from trunk. I resolved simple conflicts.Lluís Batlle i Rossell1-0/+25
svn path=/nixpkgs/branches/stdenv-updates/; revision=25061
2010-12-04I made changes to achieve a working cross-built gcc wrapper. Now,Lluís Batlle i Rossell1-0/+4
"gcc45.hostDrv" works in the host system, together with libc, binutils, dynamic linker, ... svn path=/nixpkgs/branches/stdenv-updates/; revision=24971
2010-11-29pkgs/shells/ipython: added initial version of ipython 0.10.1Peter Simons1-0/+25
Committing on behalf of Cillian de Róiste <cillian.deroiste@gmail.com>. svn path=/nixpkgs/trunk/; revision=24928
2010-11-27Adding support for job control in bash cross-building, because otherwise it ↵Lluís Batlle i Rossell1-3/+11
does not get built. svn path=/nixpkgs/branches/stdenv-updates/; revision=24890
2010-11-25Making bash and kbd cross-buildLluís Batlle i Rossell1-2/+2
svn path=/nixpkgs/branches/stdenv-updates/; revision=24851
2010-08-19GNU Rush 1.7.Ludovic Courtès1-2/+2
svn path=/nixpkgs/trunk/; revision=23257
2010-06-01* Added dash.Eelco Dolstra1-0/+15
svn path=/nixpkgs/trunk/; revision=22088
2010-04-26Add GNU SASL, GNU GSS-API, and GNU Rush.Ludovic Courtès1-0/+36
Contributed by Brian Gough <bjg@gnu.org>. svn path=/nixpkgs/trunk/; revision=21315
2010-02-03* Sync with the trunk.Eelco Dolstra1-3/+3
svn path=/nixpkgs/branches/stdenv-updates/; revision=19786
2010-01-31Update zsh.Nicolas Pierron1-3/+3
svn path=/nixpkgs/trunk/; revision=19740
2010-01-26* None of us is paying attention today ;-)Eelco Dolstra1-1/+2
svn path=/nixpkgs/branches/stdenv-updates/; revision=19690
2010-01-26bash: Fix URL.Ludovic Courtès1-2/+3
svn path=/nixpkgs/branches/stdenv-updates/; revision=19688
2010-01-26* Update to bash-4.1-p2 (since we're rebuilding everything anyway).Eelco Dolstra2-6/+7
svn path=/nixpkgs/branches/stdenv-updates/; revision=19680
2010-01-26explicitly disable readline support for bash on darwin, hacky for now, to ↵Rob Vermaas1-2/+3
avoid massive rebuild svn path=/nixpkgs/branches/stdenv-updates/; revision=19678
2010-01-05GNU Bash 4.1.Ludovic Courtès2-37/+4
svn path=/nixpkgs/branches/stdenv-updates/; revision=19223
2010-01-05bash: Make `update-patch-set.sh' executable.Ludovic Courtès1-0/+0
svn path=/nixpkgs/branches/stdenv-updates/; revision=19221
2009-11-20Fixing some things on the gcc-cross-wrapper (libc was not properly added to theLluís Batlle i Rossell1-2/+2
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
2009-11-19Merging from trunk. I had to do two manual merges, quite trivial I think.Lluís Batlle i Rossell4-56/+10
svn path=/nixpkgs/branches/stdenv-updates/; revision=18472
2009-11-18* Removed selectVersion. There's no good reason to writeEelco Dolstra4-56/+10
`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
2009-11-08Porting changes from stdenv-updates into this branch. backups/stdenv-updates2@18273Lluís Batlle i Rossell3-22/+101
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
2009-06-13* tcsh: create a "csh" symlink.Eelco Dolstra1-0/+12
svn path=/nixpkgs/trunk/; revision=15950
2009-04-23* Another sync with the trunk.Eelco Dolstra1-3/+3
svn path=/nixpkgs/branches/stdenv-updates/; revision=15269
2009-04-18Updating tcsh, so its url even works.Lluís Batlle i Rossell1-3/+3
svn path=/nixpkgs/trunk/; revision=15137
2009-04-14* Doh.Eelco Dolstra1-1/+1
svn path=/nixpkgs/branches/stdenv-updates/; revision=15019
2009-04-13* bash: updated to 4.0 patchlevel 17. Removed the dietlibc patch, weEelco Dolstra2-21/+32
don't need it anymore. svn path=/nixpkgs/branches/stdenv-updates/; revision=15018
2009-03-25* Fixed bashInteractive.Eelco Dolstra1-2/+2
svn path=/nixpkgs/branches/stdenv-updates/; revision=14703
2009-03-23Remove redundant Bash 4.0 expression.Ludovic Courtès1-44/+0
svn path=/nixpkgs/branches/stdenv-updates/; revision=14663
2009-03-20* Sync with the trunk.Eelco Dolstra1-0/+44
svn path=/nixpkgs/branches/stdenv-updates/; revision=14634