Skip to content
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

clementine: add gst_plugins to buildInputs so setup hooks work #42314

Merged
merged 1 commit into from Oct 17, 2018

Conversation

jerith666
Copy link
Contributor

when the build was refactored in ef5e212, this was lost. a4ba8c6
got most of it back, but missed the addition of gst_plugins to
buildInputs.

fixes #39960

cc @Ma27 @peterhoeg

I don't claim to really understand what's going on in the setup-hooks that makes this necessary, I'm just glad the comment was there in the parent of ef5e212 :)

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

when the build was refactored in ef5e212, this was lost.  a4ba8c6
got most of it back, but missed the addition of gst_plugins to
buildInputs.

fixes NixOS#39960
@Ma27
Copy link
Member

Ma27 commented Oct 17, 2018

so, I built your branch locally and your change seems reasonable and functional.

Are there any additional issues that neeed to be solved otherwise I'd merge this tomorrow :)

@jerith666
Copy link
Contributor Author

No issues here -- I've been running with this patch since I submitted the PR. :)

Copy link
Member

@Ma27 Ma27 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

built and checked locally. Furthermore the contributor uses this change for about half a year so this should be safe to merge 👍

@Ma27 Ma27 merged commit b093113 into NixOS:master Oct 17, 2018
@Ma27
Copy link
Member

Ma27 commented Oct 17, 2018

thanks a lot for the fix @jerith666 and sorry for the delay I caused!

@Ma27
Copy link
Member

Ma27 commented Oct 17, 2018

also backported in 41905d6 as this is certainly a bugfix which also affects 18.09.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

clementine: misses gstreamer plugins to play flac.
4 participants