1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 23:28:26 -04:00
nix/src/libstore/build
Emily c4355a52fa Mark __impureHostDeps paths as optional
Starting in macOS 11, the on-disk dylib bundles are no longer available,
but nixpkgs needs to be able to keep compatibility with older versions
that require `/usr/lib/libSystem.B.dylib` in `__impureHostDeps`. Allow
it to keep backwards compatibility with these versions by marking these
dependencies as optional.

Fixes #4658.
2021-05-02 05:30:50 +01:00
..
derivation-goal.cc Always register the realisations of input-addressed drvs 2021-04-22 20:07:02 +02:00
derivation-goal.hh Properly sign the unresolved drvs 2021-03-15 16:35:17 +01:00
drv-output-substitution-goal.cc Allow substituting drv outputs when building 2021-03-01 14:00:17 +01:00
drv-output-substitution-goal.hh Allow substituting drv outputs when building 2021-03-01 14:00:17 +01:00
entry-points.cc Rename Buildable 2021-04-05 09:52:25 -04:00
goal.cc PathSubstitutionGoal: Clean up pipe 2021-04-07 12:21:31 +02:00
goal.hh PathSubstitutionGoal: Clean up pipe 2021-04-07 12:21:31 +02:00
hook-instance.cc Change .cc files to use split build headers 2020-10-12 17:08:52 +00:00
hook-instance.hh Trim hook-instance.hh 2020-10-12 17:16:13 +00:00
local-derivation-goal.cc Mark __impureHostDeps paths as optional 2021-05-02 05:30:50 +01:00
local-derivation-goal.hh Rename Buildable 2021-04-05 09:52:25 -04:00
substitution-goal.cc PathSubstitutionGoal: Clean up pipe 2021-04-07 12:21:31 +02:00
substitution-goal.hh PathSubstitutionGoal: Clean up pipe 2021-04-07 12:21:31 +02:00
worker.cc PathSubstitutionGoal: Clean up pipe 2021-04-07 12:21:31 +02:00
worker.hh Allow substituting drv outputs when building 2021-03-01 14:00:17 +01:00