about summary refs log tree commit diff
path: root/pkgs/shells
AgeCommit message (Collapse)AuthorFilesLines
2013-12-29Merge master into stdenv-updatesVladimír Čunát1-4/+5
Conflicts (easy): pkgs/development/compilers/llvm/default.nix pkgs/development/compilers/openjdk/default.nix pkgs/development/libraries/icu/default.nix pkgs/development/libraries/libssh/default.nix pkgs/development/libraries/libxslt/default.nix pkgs/development/tools/parsing/bison/3.x.nix
2013-12-21dash: enable Hydra builds on LinuxPeter Simons1-2/+3
2013-12-18dash: update from 0.5.6 to 0.5.7Nixpkgs Monitor1-2/+2
2013-12-04Merge remote-tracking branch 'origin/master' into stdenv-updates.Peter Simons1-4/+5
Conflicts: pkgs/development/interpreters/perl/5.16/default.nix pkgs/tools/networking/curl/default.nix pkgs/top-level/all-packages.nix pkgs/top-level/release-python.nix pkgs/top-level/release-small.nix pkgs/top-level/release.nix
2013-11-23fish: Update to 2.1.0 (close #1261)Oliver Charles1-4/+5
2013-10-02Merge remote-tracking branch 'origin/master' into stdenv-updates.Peter Simons2-5/+16
2013-09-26Merge pull request #1014 from coroa/scipyDomen Kožar1-2/+2
Updating scipy and friends to add the new package qutip
2013-09-25fish: add missing depsBjørn Forsman1-1/+9
Start fish and run "ls". It will complain about not being able to run which, nroff and gettext. This fixes it.
2013-09-25fish: add (more) meta attributesBjørn Forsman1-2/+5
2013-09-17ipython: update to version 1.1.0Jonas Hoersch1-2/+2
2013-09-08Merge remote-tracking branch 'origin/master' into stdenv-updates.Peter Simons1-3/+3
2013-09-01zsh: Upgrade to 5.0.2Danie Roux1-3/+3
2013-08-26bash: Update to 4.2-p45Eelco Dolstra1-0/+3
2013-08-16unmaintain several packagesLudovic Courtès1-1/+1
2013-08-14ipython: 0.13.2 -> 1.0.0Bjørn Forsman1-2/+2
Release notes: http://ipython.org/ipython-doc/rel-1.0.0/whatsnew/version1.0.html
2013-07-23ipython: update to version 0.13.2Peter Simons1-2/+2
2013-06-04fish: Add fish 2.0.0Oliver Charles1-0/+22
2013-05-21Fix another maintainers attributeRob Vermaas1-1/+1
2013-05-20Add myself as maintainer for several packagesBjørn Forsman1-1/+1
And set missing meta.platforms for the packages I've added earlier.
2013-04-10bash-completion: update to version 2.1Peter Simons1-11/+6
2013-03-27ipython: modularize and enable more featuresBjørn Forsman1-2/+31
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).
2013-03-27ipython: bump to 0.13.1Bjørn Forsman1-2/+2
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.
2013-03-23ipython: adding depenencies for ipython's notebookRok Garbas1-1/+1
2013-02-15Merge remote-tracking branch 'origin/master' into stdenv-updatesEelco Dolstra1-8/+11
2013-01-30bash-completion: update to current git HEAD at 2.0-95-gd08b9f2Peter Simons1-8/+11
The 2.0 release is 7+ months old, and there has been lots of activity since.
2013-01-23bash: Disable parallel buildingEelco Dolstra1-1/+3
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
2013-01-17bash: Update to 4.2-p42Eelco Dolstra2-0/+5
2012-12-28Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra1-1/+1
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
2012-11-23bash: Update to 4.2-p39Eelco Dolstra1-0/+2
2012-11-21Merge branch 'master' into stdenv-updates.Peter Simons1-5/+0
Conflicts have been resolved in: pkgs/tools/misc/file/default.nix pkgs/top-level/all-packages.nix pkgs/top-level/python-packages.nix
2012-10-16bash-completion: remove NixOS-specific patchPeter Simons1-5/+0
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.
2012-09-11stdenv-updates: merge updates from 'master' branchPeter Simons3-11/+12
2012-08-20bash-completion: automatically source any completion files that the user ↵Peter Simons1-0/+5
might have installed in ~/.nix-profile/etc/bash_completion.d
2012-08-20bash-completion: update to version 2.0Peter Simons1-7/+3
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.
2012-08-10bash: Update to 4.2-p37Eelco Dolstra1-0/+13
2012-07-27tcsh: BumpShea Levy1-4/+4
2012-07-25ipython: Update to 0.13.aszlig1-2/+2
2012-04-03* Bash 4.2.24.Eelco Dolstra1-0/+4
svn path=/nixpkgs/branches/stdenv-updates/; revision=33554
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