mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-12 16:07:24 +00:00
Updating the glibc ports to 2.13. This should fix https://bugs.gentoo.org/show_bug.cgi?id=356599
(that I found bootstrapping this stdenv in armv5tel) svn path=/nixpkgs/branches/stdenv-updates/; revision=28967
This commit is contained in:
parent
006c7c854a
commit
306b85df73
@ -20,9 +20,8 @@ let
|
||||
else needsPortsCross;
|
||||
|
||||
srcPorts = fetchurl {
|
||||
# These should work equally well for 2.13
|
||||
url = "mirror://gnu/glibc/glibc-ports-2.12.1.tar.bz2";
|
||||
sha256 = "041ix0nq7nc5r7jf80jsdlw4idah2mjp5nf7khybhc4cs1kc31ir";
|
||||
url = "mirror://gnu/glibc/glibc-ports-2.13.tar.bz2";
|
||||
sha256 = "0npffql62m1xba15l1wkaqf2p0l2bvb33720gx28764jmq0la75i";
|
||||
};
|
||||
|
||||
in
|
||||
|
Loading…
Reference in New Issue
Block a user