summary refs log tree commit diff
path: root/pkgs/shells
Commit message (Collapse)AuthorAge
* bash-completion: remove NixOS-specific patchPeter Simons2012-10-16
| | | | | | | | The new bash-completion support in NixOS doesn't require this patch anymore. Besides, the patch was insufficient for most purposes anyway: Bash completion modules are spread out over all user profiles listed in $NIX_PROFILES (plus the current-system profile), so getting full support for all installed modules requires support for more than one "bash_completion.d" directory anyway.
* bash-completion: automatically source any completion files that the user ↵Peter Simons2012-08-20
| | | | might have installed in ~/.nix-profile/etc/bash_completion.d
* bash-completion: update to version 2.0Peter Simons2012-08-20
| | | | | | | Please note that this update changes the directory structure quite a bit. In particular, the file "/etc/bash_completion" no longer exists, which means that shell code which relies on that path must be updated. I'll commit appropriate changes for NixOS in a moment.
* tcsh: BumpShea Levy2012-07-27
|
* ipython: Update to 0.13.aszlig2012-07-25
|
* * Bash 4.2.24.Eelco Dolstra2012-04-03
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=33554
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* Merge trunkYury G. Kudryashov2012-01-02
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=31207
| * zsh profile load tweaking only on nixosFlorian Friesdorf2011-12-29
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31149
| * zshprofile to load /etc/profile while emulating bashFlorian Friesdorf2011-12-29
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31148
| * zsh metaFlorian Friesdorf2011-12-29
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31147
| * zsh-4.3.15Florian Friesdorf2011-12-29
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31146
* | * Latest bash patches.Eelco Dolstra2011-12-12
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=30854
* | synchronize with trunkPeter Simons2011-10-18
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=29870
| * Updating IPython (python shell) to 0.11Cillian de Roiste2011-10-16
| | | | | | | | svn path=/nixpkgs/trunk/; revision=29858
* | synchronize with trunkPeter Simons2011-09-28
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=29524
| * pkgs/shells/bash: updated "interactive" bash to version 4.2Peter Simons2011-09-28
| | | | | | | | | | | | The non-interactive variant, which is part of stdenv, remains unchanged. svn path=/nixpkgs/trunk/; revision=29523
* | pkgs/shells/bash/default.nix: don't install bash completion in ↵Peter Simons2011-09-24
| | | | | | | | | | | | | | | | non-interactive mode This patch removes the kludge introduced in trunk to avoid a stdenv rebuild. svn path=/nixpkgs/branches/stdenv-updates/; revision=29469
* | sync with trunkPeter Simons2011-09-24
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=29468
| * pkgs/shells/bash/default.nix: revert my earlier revision 29244Peter Simons2011-09-24
| | | | | | | | | | | | | | | | | | | | 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
* | Merge from trunkShea Levy2011-09-23
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=29461
| * bash: install extensive completion library in the interactive versionPeter Simons2011-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * bash-completion: fixed hard-coded reference to /etcPeter Simons2011-09-12
| | | | | | | | svn path=/nixpkgs/trunk/; revision=29226
* | Merge from trunk up through r28790Shea Levy2011-08-24
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=28792
| * all-packages.nix: added package bash-completionPeter Simons2011-07-21
| | | | | | | | svn path=/nixpkgs/trunk/; revision=27895
| * * 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
* | GNU Bash 4.2.Ludovic Courtès2011-02-25
|/ | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=26119
* 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