nixpkgs/pkgs/stdenv/generic
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
..
builder.sh * Use the generic substituter in the generation of stdenv and gcc-wrapper. 2005-02-22 14:32:56 +00:00
default-builder.sh * The `patch' command is now part of stdenv, so it no longer needs to 2004-09-18 17:23:18 +00:00
default.nix * mkDerivation: accept an argument `realBuilder' (stupid name) to 2005-06-20 15:03:52 +00:00
docs.txt * The `patch' command is now part of stdenv, so it no longer needs to 2004-09-18 17:23:18 +00:00
setup.sh * Don't patch symlinked shared libraries. 2005-06-17 13:46:04 +00:00