libbfd: back to postPatch, restore configurePlatforms

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