perf: fix cross evaluation

This commit is contained in:
Will Dietz 2018-01-18 10:46:46 -06:00
parent fc4535b6e8
commit 4ca9b43f12

View File

@ -41,7 +41,7 @@ stdenv.mkDerivation {
makeFlags = if stdenv.hostPlatform == stdenv.buildPlatform
then null
else "CROSS_COMPILE=${stdenv.cc.prefix}";
else "CROSS_COMPILE=${stdenv.cc.targetPrefix}";
installFlags = "install install-man ASCIIDOC8=1";