* Sync with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15313
This commit is contained in:
@@ -4,8 +4,7 @@ stdenv.mkDerivation {
|
||||
name = "acl-2.2.47";
|
||||
|
||||
src = fetchurl {
|
||||
# The SGI site throws away old versions, so don't use it.
|
||||
url = mirror://gentoo/distfiles/acl_2.2.47-1.tar.gz;
|
||||
url = http://nixos.org/tarballs/acl_2.2.47-1.tar.gz;
|
||||
sha256 = "1j39g62fki0iyji9s62slgwdfskpkqy7rmjlqcnmsvsnxbxhc294";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user