-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
libgme: Don't reference gcc-unwrapped #89324
Conversation
7c25ad6
to
ca7202f
Compare
Should I change the base branch to staging? Doing so via the web interface makes GitHub think I'm pulling tons of other commits... |
If you want to change the target to staging, I'd suggest rebasing to avoid the many-commits problem (this won't always work neatly, depending on the divergence between master and staging): |
@GrahamcOfBorg build libgme |
ca7202f
to
ab02e1e
Compare
Yea I think it'll be a bit nicer. I've also fixed the Darwin build. |
7c73a34
to
9feef7b
Compare
@GrahamcOfBorg eval @GrahamcOfBorg build libgme |
9feef7b
to
cf657dc
Compare
The darwin build doesn't seem to be happening, but this does seem to be fine — I'll test playing back some SNES SPC files with audacious to make sure and then merge. |
Thanks! |
Motivation for this change
Fix #88953 - make it not reference
gcc-unwrapped
.Things done
I don't know why it references
gcc-unwrapped
, but this patch fixes it. Something in the compilation makes the libraries have thestrings
:I'm not sure how to actually test that e.g
gst-plugins-bad
is still working. @lheckemann since you have contributed this package originally, perhaps do you know how to do that? I assume I need a certain media type but I'm not sure which...sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)