summary refs log tree commit diff
path: root/pkgs/shells
Commit message (Collapse)AuthorAge
* * 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
* * Replace bash with bash-interactive.Eelco Dolstra2007-05-24
| | | | svn path=/nixpkgs/trunk/; revision=8761
* svn path=/nixpkgs/trunk/; revision=8760Eelco Dolstra2007-05-24
|
* * Bash updated to 3.2 patchlevel 17.Eelco Dolstra2007-05-24
| | | | svn path=/nixpkgs/trunk/; revision=8746
* * Add bashInteractive to the channel.Eelco Dolstra2007-04-04
| | | | svn path=/nixpkgs/trunk/; revision=8539
* * Yes! Finally! Bash built with ncurses support! This fixes theEelco Dolstra2007-03-06
| | | | | | annoying problem with lines longer than 80 (?) characters. svn path=/nixpkgs/trunk/; revision=8248
* * Another example of an inline hook.Eelco Dolstra2006-10-26
| | | | svn path=/nixpkgs/trunk/; revision=6864
* * Patch for a critical bug in bash.Eelco Dolstra2006-10-25
| | | | svn path=/nixpkgs/trunk/; revision=6848
* * bash 2.0, findutils 4.2.28.Eelco Dolstra2006-10-24
| | | | | | * Some Nix expression simplifications. Sense and simplicity! svn path=/nixpkgs/trunk/; revision=6836
* * binutils on dietlibc.Eelco Dolstra2006-10-19
| | | | | | * Pass -lcompat by default in the dietlibc stdenv. svn path=/nixpkgs/trunk/; revision=6770
* * Bash on dietlibc.Eelco Dolstra2006-10-18
| | | | | | * Pass -D_BSD_SOURCE=1 by default in the dietlibc stdenv. svn path=/nixpkgs/trunk/; revision=6768
* * Update more URLs.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6713
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6711
* * More descriptions.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6709
* patch the binaries to nuke paths to glibc. Ripped from ↵Armijn Hemel2006-07-31
| | | | | | stdenv/linux/scripts/fix-outpath.sh svn path=/nixpkgs/trunk/; revision=6003
* also update static version of bash to 3.1Armijn Hemel2006-06-24
| | | | svn path=/nixpkgs/trunk/; revision=5523
* update bash to 3.1Armijn Hemel2006-02-19
| | | | svn path=/nixpkgs/trunk/; revision=4859
* * Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4623
* add a static version of bash. This comes in handy for NixOS (installer disk) ↵Armijn Hemel2005-12-23
| | | | | | and the static tools we use to bootstrap Nix on for example NixOS. Can I say NixOS one more time? NixOS. svn path=/nixpkgs/trunk/; revision=4423
* * "." -> "source".Eelco Dolstra2005-12-05
| | | | svn path=/nixpkgs/trunk/; revision=4335
* add tcshArmijn Hemel2005-10-24
| | | | svn path=/nixpkgs/trunk/; revision=4123
* * catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.Eelco Dolstra2005-08-22
| | | | svn path=/nixpkgs/trunk/; revision=3660
* * Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra2005-02-15
| | | | | | gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
* * Bash updated to 3.0.Eelco Dolstra2004-09-18
| | | | svn path=/nixpkgs/trunk/; revision=1439
* * Fix brokenness due to automatic transformations.Eelco Dolstra2004-03-30
| | | | svn path=/nixpkgs/trunk/; revision=878
* * Remove trivial builders.Eelco Dolstra2004-03-29
| | | | | | | | | | | | * Make builders unexecutable by removing the hash-bang line and execute permission. * Convert calls to `derivation' to `mkDerivation'. * Remove `system' and `stdenv' attributes from calls to `mkDerivation'. These transformations were all done automatically, so it is quite possible I broke stuff. * Put the `mkDerivation' function in stdenv/generic. svn path=/nixpkgs/trunk/; revision=874
* * The stdenv setup script now defines a generic builder that allowsEelco Dolstra2004-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | builders for typical Autoconf-style to be much shorten, e.g., . $stdenv/setup genericBuild The generic builder does lots of stuff automatically: - Unpacks source archives specified by $src or $srcs (it knows about gzip, bzip2, tar, zip, and unpacked source trees). - Determines the source tree. - Applies patches specified by $patches. - Fixes libtool not to search for libraries in /lib etc. - Runs `configure'. - Runs `make'. - Runs `make install'. - Strips debug information from static libraries. - Writes nested log information (in the format accepted by `log2xml'). There are also lots of hooks and variables to customise the generic builder. See `stdenv/generic/docs.txt'. * Adapted the base packages (i.e., the ones used by stdenv) to use the generic builder. * We now use `curl' instead of `wget' to download files in `fetchurl'. * Neither `curl' nor `wget' are part of stdenv. We shouldn't encourage people to download stuff in builders (impure!). * Updated some packages. * `buildinputs' is now `buildInputs' (but the old name also works). * `findInputs' in the setup script now prevents inputs from being processed multiple times (which could happen, e.g., if an input was a propagated input of several other inputs; this caused the size variables like $PATH to blow up exponentially in the worst case). * Patched GNU Make to write nested log information in the format accepted by `log2xml'. Also, prior to writing the build command, Make now writes a line `building X' to indicate what is being built. This is unfortunately often obscured by the gigantic tool invocations in many Makefiles. The actual build commands are marked `unimportant' so that they don't clutter pages generated by `log2html'. svn path=/nixpkgs/trunk/; revision=845
* * Rename .fix -> .nix.Eelco Dolstra2003-11-18
| | | | svn path=/nixpkgs/trunk/; revision=511
* * Renamed pkgs-ng to pkgs.Eelco Dolstra2003-11-14
svn path=/nixpkgs/trunk/; revision=502