(binutils in the previous commit) I meant 2.21.1a
svn path=/nixpkgs/branches/stdenv-updates/; revision=28960
This commit is contained in:
parent
befe2926a8
commit
58fedb26b4
@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchurl, noSysDirs, zlib, cross ? null, gold ? false, bison ? null, flex2535 ? null, bc ? null, dejagnu ? null }:
|
||||
|
||||
let
|
||||
basename = "binutils-2.21a";
|
||||
basename = "binutils-2.21.1a";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = basename + stdenv.lib.optionalString (cross != null) "-${cross.config}";
|
||||
|
Loading…
Reference in New Issue
Block a user