treewide: Mass replace 'binutils}/bin' to refer to the correct outputs

This commit is contained in:
Tuomas Tynkkynen
2016-04-14 08:32:20 +03:00
committed by Tuomas Tynkkynen
parent f34655e28c
commit 794f07d4e4
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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"