mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
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 =
|
||||
[ zlib ]
|
||||
++ stdenv.lib.optional gold [dejagnu flex2535 bison /* Some Gold tests require this: */ bc];
|
||||
++ stdenv.lib.optional gold bison;
|
||||
|
||||
inherit noSysDirs;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user