You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on #234122, I attempted to use propagatedSandboxProfile in the qt5.qtbase derivation. Unfortunately, it did not appear to propagate to qtpass or other Qt-using packages that would require the profile. They still experienced the error until I manually added sandbox profiles to the other packages.
Steps To Reproduce
Steps to reproduce the behavior:
Add a propagatedSandboxProfile to a package for something it needs (e.g., qt5.qtbase).
Use that package as a buildInput or nativeBuildInput to another package (e.g., qtpass).
Build the other package.
Expected behavior
The build should succeed (allowing whatever is permitted by the profile), but it fails (due to the lack of the sandbox profile).
Screenshots
n/a
Additional context
This requires the sandbox on Darwin to be set to true or relaxed.
Describe the bug
While working on #234122, I attempted to use
propagatedSandboxProfile
in the qt5.qtbase derivation. Unfortunately, it did not appear to propagate to qtpass or other Qt-using packages that would require the profile. They still experienced the error until I manually added sandbox profiles to the other packages.Steps To Reproduce
Steps to reproduce the behavior:
propagatedSandboxProfile
to a package for something it needs (e.g., qt5.qtbase).buildInput
ornativeBuildInput
to another package (e.g., qtpass).Expected behavior
The build should succeed (allowing whatever is permitted by the profile), but it fails (due to the lack of the sandbox profile).
Screenshots
n/a
Additional context
This requires the sandbox on Darwin to be set to
true
orrelaxed
.Notify maintainers
Metadata
The text was updated successfully, but these errors were encountered: