nixpkgs/pkgs/build-support
Eelco Dolstra 5c847a370a * fetchsvn' now requires the MD5 hash (as computed by nix-hash') of
the tree being fetched from a Subversion repository.  The revision
  number is now optional (and defaults to HEAD).

  This makes `fetchsvn' more pure.  First, a URL/revision tuple does
  not uniquely identify a file resource, since the repository itself
  might change.  Second, `svn:external' attributes can cause arbitrary
  resources to be exported.

  A script `nix-prefetch-svn' has been provided to determine the hash
  of a URL.

svn path=/nixpkgs/trunk/; revision=938
2004-04-14 10:55:33 +00:00
..
fetchfile * Remove trivial builders. 2004-03-29 17:23:01 +00:00
fetchsvn * fetchsvn' now requires the MD5 hash (as computed by nix-hash') of 2004-04-14 10:55:33 +00:00
fetchurl * Follow redirects. 2004-04-01 19:10:37 +00:00
gcc-wrapper * Accept relative paths such as -I ..' (-I..' was already being 2004-04-07 14:15:54 +00:00