summary refs log tree commit diff
path: root/pkgs/shells
Commit message (Collapse)AuthorAge
...
* 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
|
* Merge remote-tracking branch 'origin/master' into stdenv-updatesEelco Dolstra2013-02-15
|\
| * bash-completion: update to current git HEAD at 2.0-95-gd08b9f2Peter Simons2013-01-30
| | | | | | | | The 2.0 release is 7+ months old, and there has been lots of activity since.
* | bash: Disable parallel buildingEelco Dolstra2013-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Parallel building randomly fails because bash's Makefiles at some point do a recursive make invocation to build a file "version.h": ../version.h: ../config.h ../Makefile Makefile -( cd ${BUILD_DIR} && ${MAKE} ${MFLAGS} version.h ) As a result, both the parent and the child can end up building version.h at the same time. This causes the build to fail with mv: cannot stat `newversion.h': No such file or directory http://hydra.nixos.org/build/3853249
* | bash: Update to 4.2-p42Eelco Dolstra2013-01-17
| |
* | Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
| | | | | | | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* | bash: Update to 4.2-p39Eelco Dolstra2012-11-23
| |
* | Merge branch 'master' into stdenv-updates.Peter Simons2012-11-21
|\| | | | | | | | | | | | | | | Conflicts have been resolved in: pkgs/tools/misc/file/default.nix pkgs/top-level/all-packages.nix pkgs/top-level/python-packages.nix
| * 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.
* | stdenv-updates: merge updates from 'master' branchPeter Simons2012-09-11
|\|
| * 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: Update to 4.2-p37Eelco Dolstra2012-08-10
|/
* * 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