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

mumble/murmur: Fix .override not working #70685

Merged
merged 1 commit into from Oct 8, 2019

Conversation

infinisil
Copy link
Member

Motivation for this change

Fixes #68800 (comment)

Unfortunately there's no pkgs.libsForQt5.callPackages, which we need here to
get .override attributes on all derivation attributes. It's also
non-trivial to add it without duplicating code.

So instead just use standard pkgs.callPackages and pass refer to qt libs
through pkgs.qt5

Ping @ajs124 @greizgh

Things done
  • Made sure that mumble and murmur evaluate to the same thing as before
  • Made sure .override works again on mumble and murmur

Unfortunately there's no pkgs.libsForQt5.callPackages, which we need here to
get .override attributes on all derivation attributes. It's also
non-trivial to add it without duplicating code.

So instead just use standard pkgs.callPackages and pass refer to qt libs
through pkgs.qt5
@infinisil infinisil mentioned this pull request Oct 7, 2019
10 tasks
@infinisil infinisil merged commit 70d692d into NixOS:master Oct 8, 2019
@infinisil infinisil deleted the fix/mumble-override branch October 8, 2019 11:37
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.

None yet

1 participant