binutils: 2.30.0 -> 2.31.1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ stdenv
|
||||
, fetchpatch, gnu-config, autoreconfHook264, bison, binutils-unwrapped
|
||||
, fetchpatch, gnu-config, autoreconfHook, bison, binutils-unwrapped
|
||||
, libiberty, zlib
|
||||
}:
|
||||
|
||||
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
||||
# We update these ourselves
|
||||
dontUpdateAutotoolsGnuConfigScripts = true;
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook264 bison ];
|
||||
nativeBuildInputs = [ autoreconfHook bison ];
|
||||
buildInputs = [ libiberty zlib ];
|
||||
|
||||
configurePlatforms = [ "build" "host" ];
|
||||
|
||||
Reference in New Issue
Block a user