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

virtualbox: use wrapQtAppsHook #66222

Merged
merged 1 commit into from Aug 7, 2019

Conversation

worldofpeace
Copy link
Contributor

Motivation for this change

Fixes #66200

See: #65399

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 nix-review --run "nix-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@worldofpeace
Copy link
Contributor Author

cc @angristan testing would be appreciated 👍

Copy link
Contributor

@jonringer jonringer left a comment

Choose a reason for hiding this comment

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

nix-review mostly passes on NixOS (I believe the packages are broken on master)
diff LGTM

[18 built (2 failed), 72 copied (2812.6 MiB), 1333.0 MiB DL]
error: build of '/nix/store/430zfb4rdb9qhlbhgbbhgsj4f5rcisk5-env.drv' failed
https://github.com/NixOS/nixpkgs/pull/66222
2 package are marked as broken and were skipped:
linuxPackages_hardkernel_4_14.virtualbox linuxPackages_hardkernel_latest.virtualbox

2 package failed to build:
linuxPackages-libre.virtualbox linuxPackages_latest-libre.virtualbox

16 package were build:
linuxPackages.virtualbox linuxPackages_4_14.virtualbox linuxPackages_4_4.virtualbox linuxPackages_4_9.virtualbox linuxPackages_5_1.virtualbox linuxPackages_5_2.virtualbox linuxPackages_hardened.virtualbox linuxPackages_latest_hardened.virtualbox linuxPackages_latest_xen_dom0.virtualbox linuxPackages_testing_bcachefs.virtualbox linuxPackages_testing_hardened.virtualbox linuxPackages_xen_dom0.virtualbox virtualbox virtualboxHardened virtualboxHeadless virtualboxWithExtpack

Copy link
Member

@angristan angristan left a comment

Choose a reason for hiding this comment

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

Same results as @jonringer! Virtualbox launches correctly now.

@worldofpeace
Copy link
Contributor Author

@angristan How about rdesktop-vrdp? It's conditioned with !headless so I don't know if it uses qt.

@angristan
Copy link
Member

angristan commented Aug 7, 2019

I will try and let you know! (I have to rebuild it all)

@angristan
Copy link
Member

rdesktop-vrdp ✔️

@worldofpeace worldofpeace merged commit 9f82497 into NixOS:master Aug 7, 2019
@worldofpeace worldofpeace deleted the fix-virtualbox branch August 7, 2019 11:38
@worldofpeace
Copy link
Contributor Author

Thanks @angristan

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.

virtualbox: fails to start, Qt error
3 participants