summary refs log tree commit diff
path: root/pkgs/development/libraries/readline/readline6.nix
Commit message (Collapse)AuthorAge
* BDW-GC, GMP, libffi, libunistring, Readline: Don't use the native `strip'.Ludovic Courtès2011-07-01
| | | | | | Using the native `strip' breaks static libraries when cross-compiling. svn path=/nixpkgs/trunk/; revision=27572
* GNU Readline 6.1.Ludovic Courtès2010-01-05
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=19222
* Reverting a wrong name change I once did, when I thought that we would updateLluís Batlle i Rossell2009-11-19
| | | | | | | | | all the naming in nixpkgs to match the new build/host cross compilation stdenv. Nevertheless, we decided not to do the renaming, but I forgot this change in readline until ludo told me about it. svn path=/nixpkgs/branches/stdenv-updates/; revision=18474
* I made the whole nixpkgs dependencies available to the cross compiler, noLluís Batlle i Rossell2009-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | needing to keep a new tree of expressions apart for the expressions to get cross-compiled. I changed the whole way of using cross compilation with nixpkgs, which before was done through a simple adapter. Now the adapter became complex, and I've tried to avoid the most obvious recursivities. For example, the fetchurl expression should never be cross-compiled, as the gmp, mpfr, and some others, like some ncurses, perl, ... I made overrided copies of those necessary as perlNoCross, ncursesNoCross, as stdenvNoCross, keeping in mind that the stdenv (capable of cross compilation) is built upon stdenvNoCross using an adapter. So, to cross compile, instead of building using "nixpkgs/default.nix", you should build with your own "myarchiteture.nix", which should have contents like these, for example: import /etc/nixos/nixpkgs/default.nix { crossSystem = { config = "armv5tel-unknown-linux-gnueabi"; bigEndian = false; arch = "arm"; float = "soft"; }; } svn path=/nixpkgs/branches/stdenv-updates/; revision=18398
* 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
* * Got rid of all --disable-static flags; they're redundant now.Eelco Dolstra2009-04-21
| | | | | | * Also a bunch of style cleanups (tabs, with args, ...). svn path=/nixpkgs/branches/stdenv-updates/; revision=15235
* * The shobj-darwin patch doesn't apply anymore, and it doesn't seemEelco Dolstra2009-04-02
| | | | | | necessary anymore either. svn path=/nixpkgs/branches/stdenv-updates/; revision=14842
* GNU Readline 6.0.Ludovic Courtès2009-02-23
svn path=/nixpkgs/branches/stdenv-updates/; revision=14208