My nixpkgs mirror for patching things.
Go to file
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
maintainers * In `all-packages.nix': use the current system as default for the 2005-04-29 12:13:16 +00:00
pkgs * mkDerivation: accept an argument `realBuilder' (stupid name) to 2005-06-20 15:03:52 +00:00
NEWS * NEWS. 2005-04-11 09:01:27 +00:00
STABLE * Move stuff. 2005-02-21 16:05:33 +00:00
VERSION * Bump version number to 0.9. 2005-04-11 13:58:06 +00:00