libbfd: back to postPatch, restore configurePlatforms

+2 -1
+2 -1
pkgs/development/libraries/libbfd/default.nix
··· 18 18 ]; 19 19 20 20 # We just want to build libbfd 21 - postAutoreconf = '' 21 + postPatch = '' 22 22 cd bfd 23 23 ''; 24 24 25 25 nativeBuildInputs = [ autoreconfHook264 bison ]; 26 26 buildInputs = [ libiberty zlib ]; 27 27 28 + configurePlatforms = [ "build" "host" ]; 28 29 configureFlags = [ 29 30 "--enable-targets=all" "--enable-64-bit-bfd" 30 31 "--enable-install-libbfd"