treewide: Mass replace 'binutils}/bin' to refer to the correct outputs
This commit is contained in:
committed by
Tuomas Tynkkynen
parent
f34655e28c
commit
794f07d4e4
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
||||
"FLEX=${flex}/bin/flex"
|
||||
"BISON=${bison}/bin/bison"
|
||||
"FIND=${findutils}/bin/find"
|
||||
"STRIP=${binutils}/bin/strip"
|
||||
"STRIP=${binutils.out}/bin/strip"
|
||||
"INSTALL=${coreutils}/bin/install"
|
||||
"MANDIR=/share/man"
|
||||
"MKNOD=true"
|
||||
|
||||
Reference in New Issue
Block a user