mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
flake: restore binary-dist artifact to Hydra static builds
This commit is contained in:
parent
ffadc35df1
commit
a8d0ff1a11
@ -361,6 +361,10 @@
|
||||
postInstall = ''
|
||||
mkdir -p $doc/nix-support
|
||||
echo "doc manual $doc/share/doc/nix/manual" >> $doc/nix-support/hydra-build-products
|
||||
${lib.optionalString currentStdenv.hostPlatform.isStatic ''
|
||||
mkdir -p $out/nix-support
|
||||
echo "file binary-dist $out/bin/nix" >> $out/nix-support/hydra-build-products
|
||||
''}
|
||||
${lib.optionalString currentStdenv.isDarwin ''
|
||||
install_name_tool \
|
||||
-change ${boost}/lib/libboost_context.dylib \
|
||||
|
Loading…
Reference in New Issue
Block a user