binutils_gold: Don't require unneded dependencies.
Based on my scan of the logs they weren't even used when enabled Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
88864e331a
commit
f8f9f3b1cc
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ zlib ]
|
[ zlib ]
|
||||||
++ stdenv.lib.optional gold [dejagnu flex2535 bison /* Some Gold tests require this: */ bc];
|
++ stdenv.lib.optional gold bison;
|
||||||
|
|
||||||
inherit noSysDirs;
|
inherit noSysDirs;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user