Setting the new binutils snapshot niksnut copied to nixos.org, for the time while they don't
release. svn path=/nixpkgs/branches/stdenv-updates/; revision=23587
This commit is contained in:
parent
d984e4bffd
commit
8a59e608aa
2 changed files with 4 additions and 4 deletions
|
@ -7,8 +7,8 @@ stdenv.mkDerivation rec {
|
|||
name = basename + stdenv.lib.optionalString (cross != null) "-${cross.config}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "file:///root/binutils/${basename}.tar.bz2";
|
||||
sha256 = "1f0na8c31sccbipzk8xiyd7n7ydh5gg09kirbs28vcb2714cxws0";
|
||||
url = http://nixos.org/tarballs/binutils-2.20.51-pre-20100901.tar.bz2;
|
||||
sha256 = "1872fdnbnq5z5svq7mvc0vyyad8pknwvx2glxq1bbk0xv7arp72y";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
|
@ -2267,8 +2267,8 @@ let
|
|||
inherit noSysDirs;
|
||||
};
|
||||
|
||||
binutils = if stdenv.system == "ict_loongson-2_v0.3_fpu_v0.1-linux" then binutils_snapshot
|
||||
else binutils_release;
|
||||
# We are waiting for a release. Meanwhile, sysvinit and the loongson2f need it.
|
||||
binutils = binutils_snapshot;
|
||||
|
||||
binutilsCross = forceBuildDrv (import ../development/tools/misc/binutils {
|
||||
inherit stdenv fetchurl;
|
||||
|
|
Loading…
Reference in a new issue