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
|
./pt-pax-flags-20121023.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs =
|
nativeBuildInputs = optional gold bison;
|
||||||
[ zlib ]
|
buildInputs = [ zlib ];
|
||||||
++ optional gold bison;
|
|
||||||
|
|
||||||
inherit noSysDirs;
|
inherit noSysDirs;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user