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:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, SDL, ncurses, libtcod, binutils }:
|
||||
{ stdenv, fetchurl, SDL, ncurses, libtcod }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "brogue-${version}";
|
||||
|
||||
Reference in New Issue
Block a user