mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
netbsd.compat: fix build with musl (#41537)
This commit is contained in:
parent
bad3800307
commit
9aa1624e83
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user