mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
bmake: restore missing bsd.*.mk symlinks on Darwin (#523510)
This commit is contained in:
commit
94f850a330
1 changed files with 4 additions and 2 deletions
|
|
@ -67,6 +67,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
) "export"
|
||||
);
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
doCheck = true;
|
||||
|
|
@ -96,8 +98,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
# `boot-strap op=install` runs the built bmake, which breaks cross builds.
|
||||
install -Dm755 bmake $out/bin/bmake
|
||||
install -Dm644 bmake.1 $man/share/man/man1/bmake.1
|
||||
mkdir -p $out/share
|
||||
cp -r mk $out/share
|
||||
install -Dm755 -d $out/share/mk
|
||||
sh mk/install-mk -v -m 444 $out/share/mk
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue