-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
archi: bugfix - added missing glib #343300
Conversation
Commit message says glibc, but the added library is glib. |
77714e3
to
44d7f0a
Compare
@alyssais doh, thanks for the catch! Fixed. |
@paumr there is a merge conflict. |
44d7f0a
to
98297f0
Compare
@paumr ofborg complains about darwin because the nixos test does not work on darwin. Maybe it would be better to include You can do that in a follow-up PR, I don't think we need to block this PR on that. |
@r-vdp thanks for the merge! The following error is logged by borg:
To me this either seems to be an upstream issue, or a build-node one. Thus, I would not disable it on this package but hope that it will get fixed in general. Sadly I can't help with that since I neither own a mac, nor the necessary rights on borg. |
Yeah, that's because the test doesn't build on darwin. I don't think it's useful to try and run the test on darwin, which is why I would just add it only when we're on linux. There are many other packages in nixpkgs that do this. |
fixes #343272
Description of changes
This fix is required for the software to start correctly - currently the package is broken!
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.