-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stdenv: fix missing dependencies in __sandboxProfile and __impureHostDeps #291456
Conversation
424e474
to
0cd36af
Compare
FYI @reckenrode because you added some of these workarounds. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I built glib
(as a random heavily-depended-on package), musescore
, qtpass
, qtkeychain
, and all their dependencies on x86_64-linux
with this change.
Thanks for reducing one super irritating edge in Nixpkgs!
I would love to |
Looks like there’s a merge conflict now. |
0cd36af
to
9cab776
Compare
Apologies, I accidentally pushed a rebase on master, which added a bunch of reviewers. :( |
Let's let this cook in |
Fixes: 7f3ca3e (stdenv: Fix handling of dependencies and hooks)
Fixes: #237458
Description of changes
These seem to have been broken ages ago.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.