nixpkgs/pkgs/stdenv
Eelco Dolstra 5b15f75a13 * mkDerivation: accept an argument `realBuilder' (stupid name) to
override the default builder (i.e., bash).  For example,

    stdenv.mkDerivation {
      realBuilder = perl ~ "bin/perl";
      args = [ "-w" ./builder.pl ];
    }

svn path=/nixpkgs/trunk/; revision=3219
2005-06-20 15:03:52 +00:00
..
darwin * Don't strip debug info on Darwin, otherwise links by libtool fail 2004-07-02 10:05:53 +00:00
freebsd * Alias make to gmake on FreeBSD. 2005-05-16 01:21:53 +00:00
generic * mkDerivation: accept an argument `realBuilder' (stupid name) to 2005-06-20 15:03:52 +00:00
initial * Use /bin/bash, not /bin/sh, since we really do need bash. 2005-05-10 09:22:14 +00:00
linux * Use the latest patchelf. This fixes broken gconv modules (e.g., 2005-02-23 14:15:33 +00:00
native * Use /bin/bash, not /bin/sh, since we really do need bash. 2005-05-10 09:22:14 +00:00
nix * It's not necessary to add gcc and binutils to the path here. 2004-09-18 17:12:30 +00:00