treewide: Depend on stdenv.cc.bintools instead of binutils directly
One should do this when needed executables at build time. It is more honest and cross-friendly than refering to binutils directly.
This commit is contained in:
@@ -13,8 +13,8 @@ stdenv.mkDerivation {
|
||||
sha256 = "1zvadgsskmpm82id9mbj24a2lyq38qv768ixv7nmfjl3d4wr2biv";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ bison binutils gettext pkgconfig ];
|
||||
buildInputs = [ glib gnutls gtk2 libxml2 zlib ];
|
||||
nativeBuildInputs = [ bison gettext pkgconfig ];
|
||||
buildInputs = [ binutils glib gnutls gtk2 libxml2 zlib ];
|
||||
|
||||
hardeningDisable = [ "bindnow" "fortify" "pic" "relro" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user