ftp://oss.sgi.com/projects/xfs/cmd_tars/acl_2.2.47-1.tar.gz no longer
exists. There is a newer version on the server, but it cannot be downloaded, apparently because of misconfigured permissions. svn path=/nixpkgs/trunk/; revision=13996
This commit is contained in:
parent
c84c92d3e8
commit
0d64423f60
@ -4,7 +4,9 @@ stdenv.mkDerivation {
|
|||||||
name = "acl-2.2.47";
|
name = "acl-2.2.47";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = ftp://oss.sgi.com/projects/xfs/cmd_tars/acl_2.2.47-1.tar.gz;
|
# 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";
|
||||||
sha256 = "1j39g62fki0iyji9s62slgwdfskpkqy7rmjlqcnmsvsnxbxhc294";
|
sha256 = "1j39g62fki0iyji9s62slgwdfskpkqy7rmjlqcnmsvsnxbxhc294";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user