binutils: Move bison to nativeBuildInputs.
This commit is contained in:
parent
d56d92ed6b
commit
ec38dbe64b
@ -36,9 +36,8 @@ stdenv.mkDerivation rec {
|
||||
./pt-pax-flags-20121023.patch
|
||||
];
|
||||
|
||||
buildInputs =
|
||||
[ zlib ]
|
||||
++ optional gold bison;
|
||||
nativeBuildInputs = optional gold bison;
|
||||
buildInputs = [ zlib ];
|
||||
|
||||
inherit noSysDirs;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user