3
0
Fork 0
forked from mirrors/nixpkgs

* Unfortunately, the Gentoo mirror of the attr library is no more

stable than the SGI source.  So we'll mirror it ourselves.  Thanks
  to Matthew Curry for reporting this.

svn path=/nixpkgs/trunk/; revision=15289
This commit is contained in:
Eelco Dolstra 2009-04-24 20:27:54 +00:00
parent 0b2be106e0
commit 96443f794e
2 changed files with 2 additions and 6 deletions

View file

@ -4,9 +4,7 @@ stdenv.mkDerivation {
name = "acl-2.2.47";
src = fetchurl {
# The file cannot be downloaded from sgi.com.
#url = ftp://oss.sgi.com/projects/xfs/cmd_tars/acl_2.2.47-1.tar.gz;
url = "http://gentoo.chem.wisc.edu/gentoo/distfiles/acl_2.2.47-1.tar.gz";
url = http://nixos.org/tarballs/acl_2.2.47-1.tar.gz;
sha256 = "1j39g62fki0iyji9s62slgwdfskpkqy7rmjlqcnmsvsnxbxhc294";
};

View file

@ -4,9 +4,7 @@ stdenv.mkDerivation {
name = "attr-2.4.41";
src = fetchurl {
# The file cannot be downloaded from sgi.com.
#url = ftp://oss.sgi.com/projects/xfs/cmd_tars/attr_2.4.41-1.tar.gz;
url = "http://gentoo.chem.wisc.edu/gentoo/distfiles/attr_2.4.41-1.tar.gz";
url = http://nixos.org/tarballs/attr_2.4.41-1.tar.gz;
sha256 = "0dc286g8vr402aca6wg945sdm92bys8a142vrkwx6bkjz4bwz6gp";
};