bintools-wrapper: Import separately from cc-wrapper

This commit is contained in:
John Ericson
2017-12-13 16:08:18 -05:00
parent 8e557ed2c5
commit 2bba929062
16 changed files with 150 additions and 77 deletions
@@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
name = "libopcodes-${version}";
inherit (binutils-raw) version src;
inherit (binutils-raw.bintools) version src;
outputs = [ "out" "dev" ];
patches = binutils-raw.patches ++ [
patches = binutils-raw.bintools.patches ++ [
../../tools/misc/binutils/build-components-separately.patch
];