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
2005-04-11 09:01:27 +00:00
2005-04-11 13:58:06 +00:00
Description
No description provided
5.4 GiB
Languages
Nix 95.1%
Shell 2%
Python 1.7%
Rust 0.2%
C 0.2%
Other 0.4%