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: replace python and qt514 with python3 and qt5 #110746

Merged
merged 1 commit into from Jan 26, 2021

Conversation

TredwellGit
Copy link
Member

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@@ -25,7 +25,7 @@ let
patches = (source.patches or [])
++ [ ./fix-rnnoise-argument.patch ];

nativeBuildInputs = [ pkg-config python qt5.qmake ]
nativeBuildInputs = [ pkg-config python3 qt5.qmake ]
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't this use libsForQt5 instead of passing qmake in?

Copy link
Member Author

Choose a reason for hiding this comment

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

In all-packages.nix mumble and murmur use callPackages but there is no libsForQt5.callPackages.

Copy link
Member

Choose a reason for hiding this comment

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

I mean libsForQt5.callPackage.

Copy link
Member Author

Choose a reason for hiding this comment

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

Is it safe to replace callPackages with libsForQt5.callPackage?

Copy link
Member

Choose a reason for hiding this comment

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

I am not sure. It could double wrap maybe.

Copy link
Member Author

Choose a reason for hiding this comment

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

This sounds like something that should be handled in a separate pull request.

@SuperSandro2000
Copy link
Member

This is a semi-automatic executed nixpkgs-review which is checked by a human on a best effort basis and does not build all packages (e.g. lumo, tensorflow or pytorch).
If you have any questions or problems please reach out to SuperSandro2000 on IRC.

Result of nixpkgs-review pr 110746 run on x86_64-linux 1

5 packages built:
  • ioquake3
  • mumble
  • mumble_overlay
  • murmur
  • quake3demo

@infinisil infinisil merged commit 6d96b26 into NixOS:master Jan 26, 2021
@TredwellGit TredwellGit deleted the mumble branch January 26, 2021 21:28
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

3 participants