netbsd.compat: fix build with musl (#41537)

This commit is contained in:
Orivej Desh 2018-06-17 03:25:10 +00:00 committed by Matthew Justin Bauer
parent bad3800307
commit 9aa1624e83

View File

@ -1,4 +1,4 @@
{ stdenv, hostPlatform, fetchcvs, lib, groff, mandoc, zlib, coreutils
{ stdenv, hostPlatform, fetchcvs, lib, groff, mandoc, zlib, buildPackages
, yacc, flex, libressl, bash, less, writeText }:
let
@ -178,7 +178,7 @@ let
# temporarily use gnuinstall for bootstrapping
# bsdinstall will be built later
makeFlags = [ "INSTALL=${coreutils}/bin/install" ];
makeFlags = [ "INSTALL=${buildPackages.coreutils}/bin/install" ];
installFlags = [];
RENAME = "-D";