libbfd: back to postPatch, restore configurePlatforms

This commit is contained in:
Will Dietz 2018-02-13 13:19:47 -06:00
parent e25a343716
commit 42a17d638b

View file

@ -18,13 +18,14 @@ stdenv.mkDerivation rec {
];
# We just want to build libbfd
postAutoreconf = ''
postPatch = ''
cd bfd
'';
nativeBuildInputs = [ autoreconfHook264 bison ];
buildInputs = [ libiberty zlib ];
configurePlatforms = [ "build" "host" ];
configureFlags = [
"--enable-targets=all" "--enable-64-bit-bfd"
"--enable-install-libbfd"